code update recorded at: 27/03/25 16:21:41

This commit is contained in:
Dheerendra Singh 2025-03-27 16:21:41 +00:00
parent 9fa057a939
commit bc367ce430

View File

@ -54,6 +54,8 @@ export const handler = async (req, res) => {
function modifyObj(obj) { function modifyObj(obj) {
// Enter your code here // 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:
*/ */