Level 15 Level 17
Level 16

Syntax


14 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?
semicolons ;
statements are separated by _______
literals
Fixed values
variables
Variable values
double or single quotes
Strings are written within
arithmetic operators
+ - * /
an evaluation
a computation
// comment
single line comment
/* comment */
multiple line comment
identifier names content
letters, digits, underscores (_) and dollar signs ($)
a letter, an underscore (_), or a dollar sign ($). Numbers are not allowed as first characters.
first character of identifier names
yes
are identifier names case sensitive?
camelCase.
Convention for identifier names
Unicode
character set
{ }
Code Blocks delimiters