26 Javascript Iterate Over Array

In this lecture we are going to examine how we can loop over arrays, using the methods available to us in the past with ES5…

28 Javascript Is Client Side

For most part in the modern web, javascript is 99% times client side (yes I made up the statistic). That said, javascript i…

28 Add Property To Object Javascript

Add a bark property to myDog and set it to a dog sound, such as "woof". You may use either dot or bracket notatio…