variabel node js dalam string

let soMany = 10;
console.log(`This is ${soMany} times easier!`);
Djc Arduino