Tag Archives: JavaScript
My React.js Notes from Udemy – React – The Complete Guide
The following are my notes from Udemy – React – The Complete Guide. They are automatically fetched from this file in my GitHub repo. Please see that repo for my notes from other React courses such as this one from Linkedin Learning.
Shallow Copy vs Deep Copy in JavaScript and Python
The issue of preventing future mutation of the copied original exists both in JavaScript and Python. In Python, both lists and dictionaries are mutable reference types, similar to arrays and objects in JavaScript. When you copy these structures, you must be aware of whether you are making a shallow or deep copy. Deep Copy vs…
My React.js Notes from Linkedin Learning – React Essential Training
The following are my notes from React.js Essential Training from LinkedIn Learning. They are automatically fetched from this file in my GitHub repo. Please see that repo for my notes from other React courses such as this one from Udemy.