JavaScript
In order to complement the JavaScript knowledge required for this lecture, lessons are made available through WebStorm EduTools lessons. The procedure for installation of the necessary tools and starting the lesson is done during the course. The lessons are available here.
JavaScript Fundamentals
This section of the JavaScript lesson presents the fundamental concepts of the JavaScript programming language. It is a prerequesite to any other codelab or assignement requiring JavaScript programming.
JavaScript and JSON
This section of the JavaScript lesson presents the fundamental concepts for using JSON in your JavaScript programs. It is a prerequesite to any other codelab or assignement requiring JavaScript programming.
JavaScript Asynchronous Programming
This section of the JavaScript lesson presents the fundamental concepts for asynchronous JavaScript and Node.js programming. It is a prerequesite to the Node.js codelab codelab.
Regular Expressions
This section of the JavaScript lesson presents the fundamental concepts for building and using regular expressions for JavaScript programming.