aatwyWWWYLYWWWW.......KU YYF,,,MLEYLEW&EWLLLE?KLETLAETETEETETLLTEETELAETLK'"JJLLMIL,M,L."

1. Introduction to JavaScript

  • Basic

  • Syntax

  • Variables

  • Data Types (Primitive vs. Non-Primitive)

    Primitive data types are also known as in-built data types. They are directly stored in memory, and their values are not subject to change once they are assigned. String, Boolean, Number, BigInt, Null, Undefined, and Symbol are the six primitive data types available in JavaScript.

    Non-Primitive: Objects (arrays, functions) are also called object references.

  • Control Structures

  • Loops

  • Functions