Datatypes and operators Flashcards
1
Q
numbers
A
123
2
Q
strings,
A
(which are sequences of characters “hello”
3
Q
Boolean values
A
(Boolean values are named after British mathematician George Boole and have
only two possible values: true or false.) != &&
4
Q
arithmetic,
A
the branch of mathematics dealing with the properties and manipulation of numbers:
5
Q
comparative
A
Comparing two numbers or variables
6
Q
mathematical operatiors
A
+ - * /
7
Q
comparision
A
> < <= => == not equal to: !=
8
Q
output
A
the most common method of producing output is to send information to a particular location
within the webpage in which the JavaScript code is embedded. To do this, the document object is used.
document.write (“fuck you”);