Answer the question
In order to leave comments, you need to log in
`
What does the ` symbol mean?
function run(text){
console.log('run: ' + text);
}
var a = 0;`
run('te');`
Answer the question
In order to leave comments, you need to log in
Until recently, in JS, this was an invalid character, and such code would simply crash with a syntax error. They are now used instead of ' and " in the so-called template strings .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question