Home > Article > Web Front-end > Javascript Basics Tutorial - JavaScript Syntax_Basic Knowledge
1. Case sensitive
In JavaScript, variables, functions, and operators are case-sensitive.
2. Weak type variables
Only use the "var" keyword to define variables
3. The semicolon at the end of each line is optional .
4. Brackets are used for code blocks .
Code Example
That’s it for the first article, we will introduce it in detail later