kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

easy
Normalize String Kata
Write a function that normalizes a string using String.prototype.normalize().
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.