JS-Operators-Expressions Flashcards

1
Q

What data type is returned from arthimetic expression

A

number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is string concatenation

A

adding 2 strings together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what does + serve

A

preform addition, concat strings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what data type is returned by comparing 2 values

A

boolean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what does += do?

A

adds the value of variable on left of plus sign to the value of variable on right of = sign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly