mercredi 31 décembre 2014

What is the usage of the backtick symbol (`) in JavaScript?


A backtick seems to work the same as a single quote symbol, so I could use it to define a string like this:



var s = `abc`;


Is there any way in which the backtick actually differs from a single quote?





Aucun commentaire:

Enregistrer un commentaire