Videos are for theory, and interactive code is for practice  
Interactive code examples (desktop only):
Click on the green run button to run the code. Play with the code, make changes and see how this impacts the results.
Do you not see code snippets below? Please use your browser refresh button.
//Get to know our interactive code snippets.
//They will be used throughout the course to illustrate code examples.
//You will see some code and then you will be able to run it and get a result immediately.
//The best part is that you can always change or add your own code in any of these windows.
//This is one of the best ways to learn and you don't have to leave the page.
//Let us run our very first line of code. Click the green run button to execute the following line of code...
console.log('Welcome to the course. Let us get started.');
0 comments