Template Literals
#HelloFrontend #HelloErmine #HelloWorld2021
Last updated
Was this helpful?
#HelloFrontend #HelloErmine #HelloWorld2021
Last updated
Was this helpful?
คือ การสร้าง string ที่สามารถแปะ expression เข้าไปได้เลย ไม่ต้องใช้การต่อ string ด้วยเครื่องหมาย + (concatenation)
Template literal จะใช้ grave accent (`) แทนการใช้ single quote (') หรือ double quote (“) และ expression ต้องเขียนในรูปแบบ ${expression}