JavaScript ES6 Template Literal Strings in FIVE Minutes

preview_player
Показать описание
What's the easiest way to do string concatenation and variable interpolation in JavaScript? Well, I think it's JavaScript ES6 Template Literal Strings. In this video, we'll show a few different use cases for when you would want to use Template Literal Strings!

_____________________________________________

Newsletter 🗞
Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
_____________________________________________

Connect with me 😀
_____________________________________________

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

@03:23
As a third option, I would suggest...
const {first, last, age, address} = me;
So you can write
console.log(`${first} ${last} is ${age} and lives at ${address}`);

johnnydriesen
Автор

I got the Colt Steele bootcamp and I’ve found your videos extremely helpful. I have issues learning at times (probably shoulda had an IEP in high school) and watching your videos on my phone before working on the topics in the bootcamp has been extremely helpful. Colt is a great teacher also, and having it explained two different ways is super helpful. I appreciate you and your channel! In the next few months when I’m a rockstar dev I’ll be giving you a shoutout 😆

envy_mafia
Автор

3:50 i was having difficulty in understanding what was going on in graphQL code. But now am clear. thank you!

devworks
Автор

Potter's neighbour innit? 😉
Great video 😁

akindipejohn
Автор

Very well explained! I just didn't understand the graphQL part...

alihasadd
Автор

I don't know why you solve my problem?
What do you want?! 😁 I were confused how people working with this. Thank You!

tekleabdesta
Автор

New subscriber here! Great work with this channel.

RobertoDeMontecarlo
Автор

Which extension do you use to show console log preview ? Thanks nice video

guzidev
Автор

Hola James what is that VSC theme? Looks awesome.

Derfinater
Автор

the address is obvio harry potter's uncle's residential address

karthiksharma
Автор

Hey ya'll, at time 2:01 and other times, how did you scroll to the side without using the scroll bar? I know for up and down it is the mouse wheel. ty
Great info!

Eric-cobr
Автор

is it ok to use template literals or HTML strings without an HTML file?

BathingAfrican
Автор

Literal string are ${pissing me tf off};

astralmaster
Автор

That is not a good video for begainers In Javascript or in programming

maguedprograming