code update recorded at: 03/04/25 12:24:17

This commit is contained in:
Lalit Mohan Kalpasi 2025-04-03 12:24:17 +00:00
parent 18ba0f962d
commit 5d2bf1c512

View File

@ -53,9 +53,10 @@ export const handler = async (req, res) => {
// BOILER_CODE_END // BOILER_CODE_END
function modifyObj(obj) { function modifyObj(obj) {
// Enter your code here
obj["name"] = "Dheerendra Singh" if ("queryID" in obj) {
obj["address"] = "new delhi" delete obj["queryID"];
}
} }
@ -72,3 +73,4 @@ Method for generating 256 hash code for a String: