ES2021

preview_player
Показать описание


#ES2021 #JavaScript #ECMA

*My Udemy Courses

Follow me for technology updates
Рекомендации по теме
Комментарии
Автор

I have said this before and I'll say it again - you are the man. Thank you.

ChristopherPhillips
Автор

Happy new year and thanks for the content

otmanm
Автор

replaceAll seems intended if regExp is not desired, since replace(/2019/g, '"') will do the same

trappedcat
Автор

Global replace can already be achieved with the String.prototype.replace() method by including the global modifier in regular expressions.

const str = "2019 is gone, 2020 is here! Hope 2020 is better than 2019!";
const strNew = str.replace(/2020/g, '2021').replace(/2019/g, ' 2020');
console.log(strNew);

generationwolves
Автор

Nice.
Please provide more videos on other technologies too if possible.

sourabhgaikwad
Автор

Why so late. Please upload videos atleast once a week.

❤️ Quality Content

pawandeore
Автор

Thank you for your simplified explanation.

babakbekhradmanesh
Автор

my heart beated like rocket when he said "starting with easiest feature"

kshitizshah
Автор

Your content is so helpful for every js person.. thanks for helping the youth😇

khusbookumari
Автор

Did you ever do the second part to your Shadow DOM tutorial?

AE-yrmo
Автор

Happy New Year 2021💐.. loving your videos.. waiting ...

suryap
Автор

Happy New year thank you so much, I didn't see the calendar but I'm checking what is there in es2021, it cool, , thanks for the cool video, , and the effort behind every cool video

mahendranath
Автор

Beautiful content 🙌
Thanks js dude ❤️

rohitsharma
Автор

Happy new year Sir. Awesome fruitful video. Thank you.

manasiroy
Автор

Too bad the video length isn't 20:21 ;)

ManOnHorizon
Автор

Some are still struggling with es6. lol

jamjam
Автор

Вітаю з Новим Роком!!! Привіт з України!

volodymyrkhimiak