top of page

Next step in JavaScript

In these lessons you will go further into JavaScript and look at controlling flow of your script.

 

We are going to look at if, else, else if, while and switching plus more. This is parts of the JavaScript language that will help you to take alternative routes in you scripts based on the states in your scripts.

​

Let's stop talking and let's start doing. Click Next and get on your way!

bottom of page