NodeJS -Druckvariable in String
let a = `hello ${name}` // NOTE!!!!!!!! ` not ' or "
Banana
let a = `hello ${name}` // NOTE!!!!!!!! ` not ' or "