The symbols you add to turn a line of text into a comment in the code.
What is //?
The recommended naming convention for variables in Javascript
What is camelCase?
The amount of operands ternary operators use
What is 3?
The original name of JavaScript when it was first developed.
What is LiveScript?
The element that tells the browser to interpret the code inside of it
What is <script>?
The side the server is for most Javascript codes
What is client-side?
The name of the arithmetic operator symbolised by "%"
What is operand?
The founder of JavaScript
Who is Brendan Eich?
The command to declare a general variable.
What is var?
The other name/s for Javascript Variables
What are holders/containers?
The kind of operator where the value is displayed/returned before being incremented/decremented
What are postfix operators?
The predecessor to JavaScript
What is Java?