Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Tutorial for Beginners - Getting a Job 2021 - High Quality, Project Based Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is programming?
- 3 Intro to Javascript
- 4 First project setup (Google Tasks)
- 5 Intro to HTML
- 6 Javascript variables & values
- 7 HTML structure & div element
- 8 The Document Object Model (DOM)
- 9 Functions
- 10 Arrays
- 11 Loops
- 12 HTML attributes & button clicks
- 13 Creating a todo using a text box
- 14 Re-rendering after data changes
- 15 Javascript variable syntax (let & const)
- 16 Adding a due date to each todo
- 17 Objects
- 18 Adding a delete button to each todo
- 19 Setting up the delete button
- 20 Return value of a function
- 21 Boolean values
- 22 If-statements
- 23 Array filter & deleting a todo
- 24 Debugging type errors
- 25 MVC architecture
- 26 Why is MVC important?
- 27 What is a Javascript framework?
- 28 MVC practice (save & retrieve)
- 29 Functions as values
- 30 Arrow functions & closures
- 31 Conclusion