The following sections show different ways of adding JavaScript code to your web page. #### Inline Script Create a project folder on your desktop or in any location, name it 30DaysOfJS and create an * ...
JavaScript Refresher #9: call, apply & bind Understanding these methods makes it much easier to understand how JavaScript determines the value of this, especially when functions are passed around and ...
JavaScript Refresher #12: Deep Copy vs Shallow Copy Understanding the difference between shallow and deep copies helps avoid some of the most frustrating state-management bugs in JavaScript ...