JavaScript with Hands-on Examples
JavaScript is the number one programming language for internet applications. This course is for beginners. Before taking this course, you only need to have a basic knowledge of HTML and CSS.
1 - Introduction to JavaScript
2 - Setup Visual Studio Code
3 - Adding js file
4 - Variables and Data Types
5 - Type Coercion
6 - Variable Mutation
7 - Basic Operators
8 - Boolean Logic
9 - Logical Operators
10 - Conditional Statements
11 - Code Quiz 1 Solution
12 - Ternary Operator
13 - Switch, case statements
14 - Code Quiz 2
15 - Code Quiz 2 Solution
16 - Introduction to Loops
17 - While Loops
18 - While Loops Quiz
19 - While Loops Quiz Solution
20 - for Loops
21 - for Loops Quiz Solution
22 - Continue and Break Statements
23 - Introduction to Functions
24 - Function Decleration
25 - Function with Arguments
26 - Function return
27. -Function Expression
28 - Function Quiz
29 - Function Quiz Solution
30 - Function Scope
31 - Introduction to arrays
32 - Array Features
34 - Array Quiz
35 - Array Quiz Solution
36 - Array Iteration
37 - Array Iteration Quiz
38 - Array Iteration Quiz Solution
33 - Array Methods
39 - Introduction to objects
40 - Object update
41 - Complex Data Structures
42 - Object Quiz
43 - Object Quiz Solution
44 - Object Methods
45 - this Keyword
46 - Introduction to DOM
47 - What is DOM
48 - Select and Change
49 - Select Methods
50 - Manipulation Methods
51 - innerHTML and textContext
52 - Attribute Manipulation
53 - Introduction to Event Handlers
54 - Event Handler Codequiz
55 - Codequiz Solution
56 - callback Function
57 - Different Event Types
58 - Todolist Quiz Solution
59 - What We Learned