Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Emoji Algebra

Radoslav Stankov
August 01, 2018
350

Emoji Algebra

Radoslav Stankov

August 01, 2018
Tweet

Transcript

  1. Emoji are ideograms and smileys used in electronic messages and

    web pages. They are much like emoticons, but emoji are actual pictures instead of typographics. 
 Originally meaning pictograph, the word emoji comes from Japanese e (ֆ, "picture") + moji (จࣈ, "character"). The resemblance to the English words emotion and emoticon is purely coincidental.
  2. Emoji are ideograms and smileys used in electronic messages and

    web pages. They are much like emoticons, but emoji are actual pictures instead of typographics. 
 Originally meaning pictograph, the word emoji comes from Japanese e (ֆ, "picture") + moji (จࣈ, "character"). The resemblance to the English words emotion and emoticon is purely coincidental.
  3. Emoji are ideograms and smileys used in electronic messages and

    web pages. They are much like emoticons, but emoji are actual pictures instead of typographics. 
 Originally meaning pictograph, the word emoji comes from Japanese e (ֆ, "picture") + moji (จࣈ, "character"). The resemblance to the English words emotion and emoticon is purely coincidental. !
  4. "

  5. ? ?

  6. ?

  7. function textWithEmojiCount(string){ const split = string.split("\u{200D}"); const count = split.reduce((c,

    s) => { return c + [...s.split(/[\ufe00-\ufe0f]/).join("")].length; }, 0); return Math.round(count / split.length); }
  8. "4"
 "4" + "5" === "6" "4" + "7" ===

    "8"
 "4" + "9" === ":" "4" + ";" === "<" "4" + "=" === ">"
  9. "+"

  10. B