How to use Template Literals ` ` instead of quotes ' ' to define a string #javascript

preview_player
Показать описание
How to use Template Literals ` ` instead of quotes " " to define a string #javascript #beenumlearning #shorts
Рекомендации по теме
Комментарии
Автор

const fullName = 'John';
console.log(`Hello, ${fullName}!`);

BEENUMLEARNING
join shbcf.ru