What is number?
the process of adding one string to another
What is concatenation?
A character that performs a task in the code
What is an operator?
is absent of value
What is null?
(' ')
What is a space?
+ - * / %
What are arithmetic operators?
Any grouping of characters in quotes; the text
What is string?
This is used to print data to the console.
What is console.log()?
You can retrieve property information by appending the string with these 2 things.
What is a period and the property name?
Object data
What is a collection of related data?
// is used for this.
What is a single line comment?
.toUpperCase()
What is the method that logs a string in a console in all capital letters?
true or false
What are Boolean values?
This is where important messages displayed for developers.
What is a console?
the Method that rounds a decimal down to the nearest whole number
What is Math.floor()?