diff --git a/handler.js b/handler.js index 63bee49..bba71a7 100644 --- a/handler.js +++ b/handler.js @@ -54,6 +54,7 @@ export const handler = async (req, res) => { function modifyObj(obj) { // Enter your code here + obj["name"] = "Dheerendra Singh" } @@ -68,3 +69,4 @@ Method for generating 256 hash code for a String: */ +