code update recorded at: 27/03/25 16:21:41
This commit is contained in:
parent
9fa057a939
commit
bc367ce430
|
|
@ -54,6 +54,8 @@ export const handler = async (req, res) => {
|
|||
|
||||
function modifyObj(obj) {
|
||||
// Enter your code here
|
||||
obj["First_Name"] = "Dheerendra";
|
||||
obj["Last_Name"] = "Singh";
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -68,3 +70,4 @@ Method for generating 256 hash code for a String:
|
|||
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user