Compare commits
2 Commits
27-03-25-9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1efc2cace | ||
|
|
bc367ce430 |
|
|
@ -54,6 +54,9 @@ export const handler = async (req, res) => {
|
|||
|
||||
function modifyObj(obj) {
|
||||
// Enter your code here
|
||||
obj["First_Name"] = "Dheerendra";
|
||||
obj["Last_Name"] = "Singh";
|
||||
obj["addres"] ="new delhi"
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -68,3 +71,5 @@ Method for generating 256 hash code for a String:
|
|||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user