Section 1

Preview this deck

console.(log)

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (6)

Section 1

(6 cards)

console.(log)

Front

will take whatever is inside the parentheses and log it to the console below your code

Back

length

Front

stores characters in a string

Back

Arithmetic Operators

Front

+, -, *, /, %

Back

multi-line comment (block comment)

Front

starts with / and ends with /, where all text between / and / is part of the comment

Back

string concatenation

Front

Combining several strings into a single string, or combining a string with other data into a new, longer string.

Back

Data types

Front

numbers, strings, boolean, null, undefined, symbols, objects

Back