Tech Tutorial: Learn to Program with JavaScript – Episode 45: Listening for Basic Mouse Events

One of the primary responsibilities of JavaScript in the browser is to listen for and respond to user-initiated events (mouse clicks, mouse moves, etc.). Modern browsers are pretty complex pieces of software and do a lot of the heavy lifting for us when it comes to capturing and notifying us of user-initiated events. This makes responding to these events using JavaScript pretty simple to do.

In this video, we learn how to respond to basic mouse events.


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 44: Events and Event Listeners

One of the primary responsibilities of JavaScript in the browser is to listen for and respond to user-initiated events (mouse clicks, mouse moves, etc.). Modern browsers are pretty complex pieces of software and do a lot of the heavy lifting for us when it comes to capturing and notifying us of user-initiated events. This makes responding to these events using JavaScript pretty simple to do.

In this video, we review the concept of events and event listeners as they apply to browsers.


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 43: Iterating Over Arrays

In this video, we learn how to iterate over an array containing data.


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 42: Array Methods

In this video, we dive into all of the functionality the array object provides for the management and manipulation of the data it contains.


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 41: Intro to Arrays

With the manipulation of data being a key function within today’s software we need methods for storing and organizing that data before, while, and after manipulation. JavaScript provides a few data structures for exactly that purpose.

In this video, we learn about the array data structure, how it functions, and how to use it properly.


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 40: Break and Continue

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 add a little more control to our looping structures through the use of the ‘break’ and ‘continue’ keywords.


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/