Tech Tutorial: Learn to Program with JavaScript – Episode 37: For Loops

As discussed in earlier videos, we often perform the same unit of work multiple times within the lifetime of our applications. Sometimes this repetition needs to happen consecutively and continuously until a specific condition is met. It is for this purpose that JavaScript provides developers the ability to iterate or loop over a block of code until the required condition is met.

In this video, we learn how to iterate using the ‘for’ loop.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is an excellent chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learn to Program with JavaScript – Episode 36: Loops and Iteration

As discussed in earlier videos, we often perform the same unit of work multiple times within the lifetime of our applications. Sometimes this repetition needs to happen consecutively and continuously until a specific condition is met. It is for this purpose that JavaScript provides developers the ability to iterate or loop over a block of code until the required condition is met.

In this video, we review the concept of iteration and the basics of looping.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is an excellent chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learn to Program with JavaScript – Episode 35: Global Objects

As part of the JavaScript API, there are several top-level or global objects provided to developers for the creation of complex pieces of software.

In this video, we walk through the JavaScript documentation to discover many of the most commonly used global objects in the language.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is an excellent chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learn to Program with JavaScript – Episode 34: Introduction to Objects

Being that we are used to working with objects in our daily lives, it is commonplace that we also use them within programming languages to emulate real-world objects within the domain for which we are building software.

In this video, we are introduced to the way in which objects are created in the JavaScript language.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is an excellent chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learn to Program with JavaScript – Episode 33: Global Functions

As part of the JavaScript API, the language provides many top-level or global utility functions for use by developers. In this video, we walk through some of the more commonly used global functions in JavaScript.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is an excellent chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learn to Program with JavaScript – Episode 32: JavaScript API

Every programming language provides ready-made tools, functions, objects, methods, and algorithms needed to build complex software without the need to reinvent the wheel.

In this video, we explore the JavaScript documentation in order to get a brief overview of everything its API provides developers to build amazing applications for the browser.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is an excellent chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/