🎁 Join my channel to get access to perks:
/ @codeexplained
🧡 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 : / code.explained.official
◾ Twitter : / code_explained
◾ Instagram : / code.explained.official
◾ GitHub : https://github.com/CodeExplainedRepo
💲 Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExpl...
Watch video normalize method | String Object In JavaScript online without registration, duration hours minute second in high quality. This video was added by user Code Explained 14 August 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,498 once and liked it 71 people.