JavaScript ES6 / ES2015 - [05] Template Literals

preview_player
Показать описание
In this video we will go over using template literals and how to use multiple line templates with backticks

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

I Dont really know why your videos has less likes, your videos deserve good amount of likes andu deserve appreciation from more people

yerrapotukiran
Автор

Your videos are awesome! you get straight to the point with no confusion. Keep it up Man!

MsLotus
Автор

This is really helpful, It just made me understand this stuff

drcodedfx
Автор

I didn't know about the back tick thing, I guess I will be using that from now on.

dragonore
Автор

Any idea why you're using let instead of const?

joeldawriter
Автор

How to add '`' ( backticks) inside string. For example if I try to make a mysql query like "SELECT * FROM `table`".

nazmussakib
Автор

Can JS classes have multiple constructors defined, as they can in languages such as Java?

natetolbert
Автор

Sir how to fetch data and use it in html code simply using {{variable}} like w3.js

deepakagarwal
Автор

Great tutorial! Is there a reason why you had to create a separate function makeUppercase()? I tried this: ${'Hello'.toUpperCase()}, and it worked perfectly.
Thanks for all of your great work!

igorcweb