code update recorded at: 03/04/25 12:24:17
This commit is contained in:
parent
18ba0f962d
commit
5d2bf1c512
|
|
@ -53,9 +53,10 @@ export const handler = async (req, res) => {
|
|||
// BOILER_CODE_END
|
||||
|
||||
function modifyObj(obj) {
|
||||
// Enter your code here
|
||||
obj["name"] = "Dheerendra Singh"
|
||||
obj["address"] = "new delhi"
|
||||
|
||||
if ("queryID" in obj) {
|
||||
delete obj["queryID"];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -72,3 +73,4 @@ Method for generating 256 hash code for a String:
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user