nodejs print переменная в строке
let a = `hello ${name}` // NOTE!!!!!!!! ` not ' or "
Banana
let a = `hello ${name}` // NOTE!!!!!!!! ` not ' or "