Learn Before
Relation
Grammar and types
JavaScript is case-sensitive and uses the Unicode character set. An instruction is called a statement. We can separate statements with a semicolon, although it is not required if a statement is on one line.
The basic concepts in JavaScript include:
- Comments
- Declarations
- Variables
- Data structures and types
- Literals
0
1
Updated 2023-02-10
Tags
JavaScript Programming Language
1Cademy
Object-Oriented Programming
Programming Language Paradigms
General programming languages
Computing Sciences