🎁 Join my channel to get access to perks:
https://www.youtube.com/channel/UC8n8ftV94ZU_DJLOLtrpORA/join
🧡 Hello All JavaScript Lovers Outhere!
Today you’re going to learn about the String Object In JavaScript.
This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.
In today’s video, you’re going to learn about the normalize method.
The normalize() method returns the Unicode Normalization Form of the string.
🟢🟠 The string.normalize().
🔷 Syntax :
normalize()
normalize(form)
🔹form : One of “NFC”, “NFD”, “NFKC”, or “NFKD”, specifying the Unicode Normalization Form. If omitted or undefined, “NFC” is used.
These values have the following meanings:
“NFC” : Canonical Decomposition, followed by Canonical Composition.
“NFD” : Canonical Decomposition.
“NFKC” : Compatibility Decomposition, followed by Canonical Composition.
“NFKD” : Compatibility Decomposition.
🌍 Social Media Links.
◾ Facebook : https://www.facebook.com/Code.Explained.Official
◾ Twitter : https://twitter.com/code_explained
◾ Instagram : https://www.instagram.com/Code.Explained.Official/
◾ GitHub : https://github.com/CodeExplainedRepo
💲 Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExplained
Eloquent JavaScript For Beginner
|
Eloquent JavaScript For Beginner
If you are a beginner looking for a book on JavaScript, Eloquent JavaScript might be the perfect choice for you. The book covers all the basics of programming in the JavaScript language, from basic concepts to advanced topics. The book is available at Wikibooks for a nominal price, and it is available for download. The book is an e-book that includes explanations of fundamental concepts and practical examples. The text is written by Wes Bos, an Independent Web Developer, Full Stack Developer, and Co-Host of the Syntax Podcast.