String Interpolation in JavaScript · const number = 42;. const message = `The number is ${number}`; · const message = 'Hello, World!'; · const ...
確定! 回上一頁