17 Flashcards

(2 cards)

1
Q

Template Literals (ES6)

A

I'm ${name} <– Backticks

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

Multiline Strings

A

‘String with \n\
multiple \n\
lines’

OR

[Backtick]String with
multiple
lines[Backtick]

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