Compare commits

..

No commits in common. "main" and "27-03-25-bc367c" have entirely different histories.

View File

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