Introduction to JavaScript
1 Topics
Introduction to JavaScript
14 Sub-topics
What is JavaScript and Why Learn It
History and Evolution of JavaScript
ECMAScript Standards Overview
JavaScript vs Other Programming Languages
JavaScript Engine and Execution Context
Setting Up Your Development Environment
Using Browser Developer Console
Writing Your First JavaScript Code
Running JavaScript in Different Environments
Understanding JavaScript Syntax Basics
Case Sensitivity and Naming Conventions
Reserved Words in JavaScript
Statements and Expressions
Objects - Fundamentals
3 Topics
Object Basics
12 Sub-topics
Creating Objects with Literal Notation
Object Properties and Values
Accessing Properties with Dot Notation
Accessing Properties with Bracket Notation
When to Use Each Notation
Checking Property Existence
Object Methods and Syntax
7 Sub-topics
Object Methods Introduction
The this Keyword in Objects
Shorthand Property Syntax
Property Descriptors Overview
Object Destructuring and Spread
5 Sub-topics
Nested Object Destructuring
Default Values in Destructuring
Spread Operator with Objects
Rest Pattern with Objects