Which character should be used to enclose template literals code example
Example: string literal javascript
`string text`
`string text line 1
string text line 2`
`string text ${expression} string text`
tag`string text ${expression} string text`