Select the correct syntax for a template literal:
A)
"${user} + ${count}"
B)
`${user} + ${count}`
C)
`$user + $count`
D)
'$user + $count'Select the correct syntax for a template literal:
A)
"${user} + ${count}"
B)
`${user} + ${count}`
C)
`$user + $count`
D)
'$user + $count'Create a free account to access the full topic