kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

medium
String Normalization Kata
Create a function that receives a string and normalizes it using the String.prototype.normalize() method. Apply the NFC normalization form.
easy
Normalize String Kata
Write a function that normalizes a string using String.prototype.normalize().