There are many parts in Java Script so we will be discussing a few :
• Variables – Used to store data values such as numbers, text, or results
• Data Types – Define the type of data like numbers, strings, booleans, and objects
• Operators – Perform operations such as addition, comparison, and logical checks
• Control Statements – Include if, else, and switch to make decisions in code
• Loops – Used to repeat tasks using for, while, or do-while loops
• Functions – Blocks of code designed to perform specific tasks
• Arrays – Store multiple values in a single variable
• Objects – Represent real-world entities using properties and methods
• Events – Handle user actions like clicks, typing, or mouse movements
• DOM Manipulation – Allows JavaScript to change HTML and CSS dynamically