Completed
- Conditionals and Operators
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Tutorial for Beginners - Full Course 2024
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro and Course Overview
- 2 - How websites are built What is HTML, CSS and JavaScript
- 3 - Introduction to JavaScript What is JS
- 4 - Datatypes and Variables
- 5 - Datatypes
- 6 - Working with Numbers
- 7 - What is a Variable, Why they are useful
- 8 - Where to write and execute JS
- 9 - Download Webstorm IDE and create new Project
- 10 - Create index.html file
- 11 - var vs let vs const
- 12 - Execute HTML file in Browser
- 13 - Console.log
- 14 - JavaScript in a separate File Project Structure
- 15 - Conditionals and Operators
- 16 - Comparison Operator
- 17 - Conditionals if / else statement
- 18 - Logical Operator AND, OR operator
- 19 - Functions in JavaScript
- 20 - Function Parameters
- 21 - Const Use Cases
- 22 - Naming Conventions
- 23 - Next Steps in your Learning Journey