In this series, Mike and Justin are going to the explore the beginning of JavaScript in the browser. This is going to lay the foundation for the additional work to come in JavaScript. There will be a focus on the ECMAScript 5 features that are found in the browser. If you want to create interactive websites, are new to programming, or just want to know more about JavaScript, then you have come to the right place. They cover topics such a deep dive on the data types found in JavaScript, operating on the data types, iteration(loops), control flow (decision making), creating functions for code reuse, and touching on the beginning of object oriented programming.