Using Javascript
Javascript Basics
JavaScript Operators
Javascript Fun Facts
100

The symbols you add to turn a line of text into a comment in the code.

What is //?

100

The recommended naming convention for variables in Javascript

What is camelCase?

100

The amount of operands ternary operators use

What is 3?

100

The original name of JavaScript when it was first developed.

What is LiveScript?

200

The element that tells the browser to interpret the code inside of it

What is <script>?

200

The side the server is for most Javascript codes

What is client-side?

200

The name of the arithmetic operator symbolised by "%"

What is operand?

200

The founder of JavaScript

Who is Brendan Eich?

300

The command to declare a general variable.

What is var?

300

The other name/s for Javascript Variables

What are holders/containers?

300

The kind of operator where the value is displayed/returned before being incremented/decremented

What are postfix operators?

300

The predecessor to JavaScript

What is Java?