카테고리 없음
9. String
okthatsimple
2024. 7. 29. 02:10
템플릿 리터럴
let str = 'Template Litral String';
let newStr = `String created using ${str}`;