DEV Community

Calvin
Calvin

Posted on

Reading Snippets [25 => Backticks]

Backticks are one of the three types of quotes in JavaScript.

With backticks, you can embed variables and expressions into a string by wrapping them in ${..} .

Top comments (0)