very useful to simpilify my recent application code....and future la chinna browser game pannuvathu epadi nu video upload panna enaku konjam usefula irukum. Thanks for uploading!
Thanks thiru for commenting. Actually Object.assign() creates deep copy for object's properties. but not an object as a whole. We can say like it do partial deep copy. For example if an object has variables who's data types are primitive, We can use Object.assign({{}, oldObj) to make deep copy. But if our object has some nested objects those nested inner object will alone be shallow copied. You can read more here after the example section developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
Thank you so much brother🤗.
Great explanation. Very useful.
Thank you bro 😊😊😊
Vera level bro romba romba romba romba thanks bro
☺️☺️☺️☺️☺️
very useful to simpilify my recent application code....and future la chinna browser game pannuvathu epadi nu video upload panna enaku konjam usefula irukum. Thanks for uploading!
Sure Ananth. Am also planning to do some videos on small games. Let's do it in the near future.
Marvelous bro 😊👌🏼👌🏼👌🏼🙏🏼 thank you so much 😊
Thank you ☺️
Good explanation thank you bro
👍👍😊
very useful brother
Thank you 😊😊
Deep explanation please explain callback and some advance topics like sympol itrator more 👍
Sure bro.
Thank you
Good explanation bro.. Thanks
Thanks nandhini. ☺️
Nice ✨
Function method oops ungaluku time erundha teach pannunga bro romba romba thanks
ua-cam.com/video/PhEIgM0K4Cc/v-deo.html we already have a video bro. Let me know if I am missing anything in this. If so will do a follow-up. Video.
@@JAFSCodeSchoolTamil thanks bro
🎉
Explain Callback Function
Sure will post a video for that soon.
Object.assign() Does not create a deep copy of the source object.
Thanks thiru for commenting. Actually Object.assign() creates deep copy for object's properties. but not an object as a whole. We can say like it do partial deep copy. For example if an object has variables who's data types are primitive, We can use Object.assign({{}, oldObj) to make deep copy. But if our object has some nested objects those nested inner object will alone be shallow copied.
You can read more here after the example section
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
@@JAFSCodeSchoolTamil Yes bro. We can't do that in nested object properties.