From 18ba0f962d06a7165f0a28c6ea4f802561c8f389 Mon Sep 17 00:00:00 2001 From: Dheerendra Singh Date: Thu, 27 Mar 2025 16:13:49 +0000 Subject: [PATCH] code update recorded at: 27/03/25 16:13:49 --- handler.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handler.js b/handler.js index bba71a7..999f37e 100644 --- a/handler.js +++ b/handler.js @@ -55,6 +55,7 @@ export const handler = async (req, res) => { function modifyObj(obj) { // Enter your code here obj["name"] = "Dheerendra Singh" + obj["address"] = "new delhi" } @@ -70,3 +71,4 @@ Method for generating 256 hash code for a String: */ +