JAVASCRIPT PROTOTYPE NOT WORKING IN STRICT MODE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

17th Nov 2019, 7:52 AM
Shivam 256 🇮🇳
Shivam 256 🇮🇳 - avatar
1 Answer
17th Nov 2019, 10:16 AM
Calviղ
Calviղ - avatar