This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Handcrafted emoji Home 🌙 Handcrafted emoji In JavaScript, strings can contain emoji. You’ll quickly notice, however, that they don’t behave quite like the ASCII characters you come across in most strings. export const emojiExample = [ "😶🌫️" . length , "😶🌫️" [ 0 ] , ] ; Output: [ 6 , "\ud83d" ] That’s because these “characters” are not characters at all but “graphemes” which consist of many…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.