Tech Tutorial: Learn to Program with JavaScript – Episode 22: Modifying Element Content within the DOM

Because JavaScript was created to make HTML documents more dynamic and user friendly, it requires the ability to manipulate the HTML document. This is accomplished through a virtual representation of the HTML document’s structure called the document object model or DOM.

In this video, we learn how to, once we get a reference or handle on a HTML element within the DOM, manipulate its content.


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 21: Getting Handles on Elements within the DOM

Because JavaScript was created to make HTML documents more dynamic and user friendly, it requires the ability to manipulate the HTML document. This is accomplished through a virtual representation of the HTML document’s structure called the document object model or DOM.

In this video, we learn how to get a reference or handle on HTML elements within the DOM in preparation for manipulating it.


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 20: HTML Browser DOM

Because JavaScript was created to make HTML documents more dynamic and user friendly, it requires the ability to manipulate the HTML document. This is accomplished through a virtual representation of the HTML document’s structure called the document object model or DOM.

In this video, we learn about the JavaScript document object model or DOM.


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 19: Debugging Fundamentals

When programming, we often run into issues with our logic or the way in which we programmed our logic. In other words, we make mistakes. When our logic does not work as we expect, we often have to walk through our code to try and discover where we went wrong, this is called debugging. Debugging is made so much easier through specialized tools we call debuggers.

In this video, we learn how to debug our JavaScript code with the use of the debugger provided in the Chrome web 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/

Tech Tutorial: Learn to Program with JavaScript – Episode 18: Switch Statements

As discussed in earlier videos, a lot of checking for specific conditions to be met is done when we are programming. Determining what conditions to check for comes down to the logical flow of decisions that need to be made based on specific conditions.

In this video, we learn how to adjust our logical flow using nested ‘switch’ statements.


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 17: Nested If Statements

As discussed in earlier videos, a lot of checking for specific conditions to be met is done when we are programming. Determining what conditions to check for comes down to the logical flow of decisions that need to be made based on specific conditions.

In this video, we learn how to adjust our logical flow using nested ‘if’ statements.


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/