Syntax

Report a typo

Select the correct syntax for a template literal:

A)

"${user} + ${count}"

B)

`${user} + ${count}`

C)

`$user + $count`

D)

'$user + $count'
Select one option from the list
___

Create a free account to access the full topic