Modern_JavaScript_Tutorial_TapanDas
Modern_JavaScript_Tutorial_TapanDas
1. Introduction
- JavaScript is a high-level, interpreted scripting language primarily used to create interactive effects within
web browsers.
- It's one of the core technologies of the World Wide Web alongside HTML and CSS.
2. Embedding JavaScript
4. Data Types
- Primitive: String, Number, Boolean, Null, Undefined, Symbol (ES6), BigInt (ES11).
5. Operators
- Arithmetic, Assignment, Comparison, Logical, Bitwise, and Ternary operators are all supported.
6. Control Flow
7. Functions
9. DOM Manipulation
- JavaScript can dynamically change HTML and CSS using the Document Object Model (DOM).
- let & const, Arrow functions, Template literals, Destructuring, Modules, Promises, async/await, Classes,