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

This commit is contained in:
Dheerendra Singh 2025-03-27 16:24:13 +00:00
parent bc367ce430
commit e1efc2cace

View File

@ -56,6 +56,7 @@ function modifyObj(obj) {
// Enter your code here // Enter your code here
obj["First_Name"] = "Dheerendra"; obj["First_Name"] = "Dheerendra";
obj["Last_Name"] = "Singh"; obj["Last_Name"] = "Singh";
obj["addres"] ="new delhi"
} }
@ -71,3 +72,4 @@ Method for generating 256 hash code for a String:
*/ */