Introduction to JavaScript
In this, we are going to study JavaScript Fundamentals, which can be useful to study for frameworks like:
- React
- Node
- Angular
- Django
- Springboot
- .NET
Index
-
Getting Started:
-
Basics
-
Operators
-
Control Flow
-
Objects
-
Arrays
- Introduction
- Adding Elements
- Finding Elements (Primitives)
- Finding Elements (Reference Types)
- Arrow Functions
- Removing Elements
- Emptying an Array
- Combining and Slicing Arrays
- The Spread Operator
- Iterating an Array
- Joining an Array
- Sorting an Array
- Testing the elements of an Array
- Flitering an Array
- Mapping an Array
- Reducing an Array
- Exercises
-
Functions