Overview
Syllabus
Intro.
What is programming?.
Intro to Javascript.
First project setup (Google Tasks).
Intro to HTML.
Javascript variables & values.
HTML structure & div element.
The Document Object Model (DOM).
Functions.
Arrays.
Loops.
HTML attributes & button clicks.
Creating a todo using a text box.
Re-rendering after data changes.
Javascript variable syntax (let & const).
Adding a due date to each todo.
Objects.
Adding a delete button to each todo.
Setting up the delete button.
Return value of a function.
Boolean values.
If-statements.
Array filter & deleting a todo.
Debugging type errors.
MVC architecture.
Why is MVC important?.
What is a Javascript framework?.
MVC practice (save & retrieve).
Functions as values.
Arrow functions & closures.
Conclusion.
Taught by
SuperSimpleDev