Section 1
Welcome, Welcome, Welcome!
Lecture 1
Course structure and projects
Really not much of a notes section here, though this lecture shows all that will be covered within the course, including some exciting projects.
Lecture 2
Read before you start
This is where we can find the course materials. Complete JavaScript Course GitHub repo.
Lecture 3
Watch before you start
Basic guides on how to take the courses.
/////////////////////////
// Example Code Block
const message = 'Enjoy the course';
alert(message);
Lecture 4
Migration guide to v2 + old course
The topic is irrelevant to me.
Lecture 5
Setting up our code editor
Various extensions to Visual Studio Code. Nothing noteworthy.