Template literals allow you to embed JavaScript expressions inside a string. To create a template literal, use backticks (``) : `I am a template string`.
確定! 回上一頁