Compare commits

..

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

View File

@ -54,9 +54,6 @@ 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";
obj["addres"] ="new delhi"
} }
@ -71,5 +68,3 @@ Method for generating 256 hash code for a String:
*/ */