Getting Started with JavaScript Part-1
- Version
- Download 174
- File Size 0.00 KB
- File Count 1
- Create Date October 3, 2024
- Last Updated October 3, 2024
Getting Started with JavaScript Part-1
How to use JavaScript
Variables and Data Types:
var, let, const
Primitive data types: string, number, boolean, null, undefined, symbol
Complex types: object, array
Operators:
Arithmetic, comparison, logical, assignment operators

