Compare commits
1 Commits
27-03-25-b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1efc2cace |
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user