
Introduction to beginning JavaScript.
In this video we setup our first JavaScript code and explain statements
Initial review of variables in JavaScript.
We review why JavaScript is a considered a loosely typed language.
Using an external JavaScript file.
Operators in Javascript.
Conditionals in Javascript.
Loops in Javascript.
Loops in JavaScript.
Function and an if statement.
In this video we examine the return statement.
In this video we examine the global and local variables.
In this video we examine passing by value.
In this video we examine arrays.
In this video we examine objects.
In this video we continue on with objects.
In this video we continue on with objects.
In this video we continue on with objects.
In this video we will discuss the string object.
In this video we will discuss the math object.
In this video we will discuss the date object.
In this video we will discuss the Document Object Model.
In this video we will discuss the getElementById method.
In this video we will discuss the getElementsByTagName method.
In this video we will discuss the getElementsByClassName method.
In this video we will discuss replacing content using innerHTML.
In this video we will discuss reading in content using innerHTML and also writing out some more content
In this video we will discuss how to change an image.
In this video we will how to create events.
In this video we will cover the mouseover event.
In this video we will cover the mouseover event to swap images.
In this video we will create a new element.
In this video we will create a heading element for our new section.
In this video we will remove an element.
In this video we will create an attribute note - this will be an ID attribute but
we can add any type of attribute we want - href, class, etc.
In this video we will discuss the concept of traversing the DOM.
In this video we will discuss form validation.
In this video we will discuss form validation.
In this video we will discuss form validation again, but this time we will provide focus back to the text box that was filled out wrong.
In this video we will discuss form validation again, but this time we will discuss the differences
between using the && and || operator.
In this video we will discuss where to place script tag.
In this video we will debug an issue and work on a solution.
In this video we will add a confirmation box.
In this video we will discuss using object classes.
In this video we will discuss using object classes.
Nearly every interactive website you visit is using JavaScript. It has become the the default coding language of the internet. If you want to move beyond creating simple static web pages, it is essential to understand the basics of JavaScript. This course will teach you all the essentials of the JavaScript language. You will learn all about JavaScript variables, functions, conditionals and many more items. You will also learn about how to use the DOM or Document Object Model. When it comes to the JavaScript, nothing is more important than understanding the DOM if you want to understand how to use JavaScript effectively. So we will spend several videos examining how JavaScript works with the DOM.
I firmly believe it is important to understand the core concepts to any language. And so, as always, I will stress concepts first and foremost.
In this JavaScript Beginners course, I will teach you all the main concepts of JavaScript.. Once you understand how to use JavaScript, it will be much easier for you to learn other scripting tools such as JQuery and Angular JS. That is because the basic concepts to scripting languages are all very simialr. This will put you on the road to creating highly interactive web pages that respond to users.
Watch hours of engaging video lectures, and study all the code examples that will be provided. With this course, you will become fully competent in JavaScript!