code update recorded at: 27/03/25 15:57:53

This commit is contained in:
Dheerendra Singh 2025-03-27 15:57:53 +00:00
parent 3cbf76608f
commit 2a3fd8dc48

View File

@ -54,6 +54,7 @@ export const handler = async (req, res) => {
function modifyObj(obj) {
// Enter your code here
obj["name"] = "Dheerendra Singh"
}
@ -68,3 +69,4 @@ Method for generating 256 hash code for a String:
*/