0
JAVASCRIPT PROTOTYPE NOT WORKING IN STRICT MODE
I was trying to link an object in javascript to another using "Object.create()" and trird to access the var in obj 1 from obj 2 , it worked when the strict mode was not on, when i tried through strict mode it didnt gave the output, how to deal with this issue?
1 Answer