Basic Operators & Template literals Flashcards

1
Q

What are the basic operators in js?

A
  • +
  • -
  • *
  • /
  • **
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the Assignment operators in js?

A
  • =
  • +=
  • *=
  • ++
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the comparison operators in js?

A
  • >
  • <
  • > =
  • <=
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Template literals?

A

Template literals are String Literals allowing embedded expressions.

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