Level 7 Level 9
Level 8

[No Typing] Syntax


7 words 0 ignored

Ready to learn       Ready to review

Ignore words

Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.

All None

Ignore?
Syntax
the sets of rules of a programming language are known as its _______.
instructions, executed
a computer program is a list of _______ to be _______
... called statements
the program instructions are...
Semi-colon
Each line of code inside { } must end with a
statement
A single line of code to be executed in a script or program.
Semi-colon
Put a _______at the end of each line of code in the reusable block and at the end of the entire function.
...Values, Keywords, Operators, Expressions and Comments
JavaScript statements are composed of...