Javascript Marathon | Strings and Regex

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

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

Great course I really enjoyed, this is a really indepth course on string 😀. Thank you Sir.

wasimrajamiddya
Автор

Loved this session JSmarathon ♥️ my passion for learning and your passion for teaching with high quality content and lots of guidance is awesome👏.

mdfaiyazulhussain
Автор

sir thanks, i am learning JS and don't stop in between, love love

tejasgaikwad
Автор

I went for the various free courses of js but not as satisfied as of this course. Great work!

samyaksharma
Автор

Probably! I got the right thing in my JavaScript journey,

mdalmamun
Автор

22:18 . Normalize() method returns the Unicode Normalization Form of the string.

Demonstration:
const name1 =
const name2 =
console.log(`${name1}, ${name2}`); // output: "Amélie, Amélie"
console.log(name1 === name2); // output: false

const name1NFC = name1.normalize('NFC');
const name2NFC = name2.normalize('NFC');

console.log(`${name1NFC}, ${name2NFC}`); // output: "Amélie, Amélie"
console.log(name1NFC === name2NFC); // output: true

NFC, NFD, NFKC, or NFKD, specifying the Unicode Normalization Form. If omitted or undefined, "NFC" is used.




Reference : MDN

betterworld
Автор

I couldn't attend it live today. But I will make sure From now on I always this marathon sir. I don't know if it's just some coincidence or some other Universal Algorithm but you started this marathon in such time period when I actually needed it the most. thank You very much sir. I will stick with it till the End.

monkasscrazy
Автор

"NFC", "NFKD", "NFD", "NFKC" all specify the Unicode normalization form & it has got a certain meaning.

shaquibkhan
Автор

please mention serial no. of marathon @hithesh Chaudhary

SurajYadav-lotr
Автор

Stream was availabe at 4k, but post stream its 1080p again. Folks any idea why ??

vaibhavgautam
join shbcf.ru