code update recorded at: 27/03/25 16:13:49

This commit is contained in:
Dheerendra Singh 2025-03-27 16:13:49 +00:00
parent 2a3fd8dc48
commit 18ba0f962d

View File

@ -55,6 +55,7 @@ export const handler = async (req, res) => {
function modifyObj(obj) { function modifyObj(obj) {
// Enter your code here // Enter your code here
obj["name"] = "Dheerendra Singh" obj["name"] = "Dheerendra Singh"
obj["address"] = "new delhi"
} }
@ -70,3 +71,4 @@ Method for generating 256 hash code for a String:
*/ */