ES6 - Create Strings using Template Literals - Free Code Camp

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

At first your explanations for Fcc confused me, and now I've realized that I just wasn't understanding the content. This video really helped me truly grasp what was happening here with string interpolation, array generation, everything. thank you for these very very helpful videos man.

samsonbrody
Автор

Excellent videos! Working though FCC now, and your explanations are a fantastic supplement to the sometimes verbose paragraphs that come with the challenges

koltonwilliams
Автор

Thanks! I was struggling with this one.

acavaelnick
Автор

Thank you so much!! The ES6 Standard keeps throwing me off. I guess it's because it's all new to me. Sometimes I feel like giving up but something inside keeps telling me to go on. My passion for coding is still there, that's something I guess haha. Your videos and explanations are brilliant!

djhonz
Автор

Your are awesome ! Even FreeCodeCamp doesn't explain them like you ! I am Subscribing your Channel !

devjeff
Автор

So appreciative for all you're doing with these videos. Has helped me grasp these concepts. Thank you!!

johnpaulhaddad
Автор

The code has been changed and or updated Mr. Ian to this for (let i = 0; i < arr.length; i++) {
failureItems.push(`<li
}

then you need to do const failuresList = makeList(result.success);
console.log(failuresList);

and then you will see [ '<li class="text-warning">max-length</li>',
'<li class="text-warning">no-amd</li>',
'<li ]

zken
Автор

Very god explanation to what is going on. Nice one for making it wrong first so it looks more real.
Thank you!

astratow
Автор

Thank you so much for this explanation! Your videos are really helping me so much with the FreeCodeCamp problems.

jessicag.
Автор

This is awesome, thanks for running it back at the end too!

devinhakola
Автор

Thanks so much works best when you go really in depth helping so much

paulfanning
Автор

Thanks bro!, i think i will have to watch all your videos now.

okorogodwinchinedu
Автор

Damn your explanation is clean thanks a lot!

paul_
Автор

Thank you so much! Your channel is very helpful.

ashleyn
Автор

bro, you went Batman at 6:03 . Anyways thanks !

crjohnChan
Автор

thank you! found your vid extremely helpful!

santiagobenitezperez
Автор

thats what im stuck on ... how do you know what syntax to use ?! are there only one or a few to use?! 3:50

MillennialStocksYT
Автор

"Zodiac Hasbro" Such A Crazy name 0:27

muhammadbangash
Автор

does not make the strings appear backwards....i thought that is what unshift

brucebergkamp
Автор

Are you saying that you actually placed all the FreeCodeCamp JS solutions on youtube?

MegaToyy