In JavaScript, the string template literals use ____ rather than the quotes ("") to define a string?
Options:
Explanation:
In JavaScript, the string template literals use back-ticks (
``) rather than the quotes (
"") to define a string.
Tags:
JavaScript
Answer:
In JavaScript, the string template literals use Back-ticks (``) rather than the quotes ("") to define a string.