JavaScript ES6 Tutorial #6 - Template Strings

preview_player
Показать описание
Hey gang, in this Ecmascript 6 tutorial, we'll take a look at template strings and how we can use them to format text / data how we want to, as well as how to embed expressions and variables into them without the need to concatenate.

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage...

========== JavaScript for Beginners Playlist ==========

============ CSS for Beginners Playlist =============

============== The Net Ninja =====================

================== Social Links ==================

Рекомендации по теме
Комментарии
Автор

nice, always felt the old way was a bit awkward.

lardosian
Автор

Late to the party but great video! 🙏

heatherlynn
Автор

"Mathematical Addition" - I like the UK pronunciation. Lot of energy spent while speaking British English I believe.

sthoyyeti
Автор

What happens to the string if you do linebreaks and spaces and then minify your JavaScript?

CBrown
Автор

could i pass a function in a template string ?

mfsc-
Автор

Why wasn't the 19 overwritten by the 24?

EmmainthePNW
Автор

Why my Editor Visual Code take the expression {name} {age} how string but not a template string?
In other words, {name}{age} don't change the color in Visual!
Please Help me!!!

darwinguaman
Автор

If you are here in 2022 to hear "Whooooaaaa!!!" :D

zlackbiro
Автор

It will be much better if u can explain how these ES6 are used in objects, like spread operator being used to evaluate objects
thanks

ramlakhan-fpct