@bungeeman17 What do you think of this outed demon idea:
Stolas: Everyone knows who you are. You die if and only if all minions die. Minions register as demons. Each night*, choose 3 players and guess their characters, correct guesses die, if none are correct one might die.
- @FakeUnicode Any idea what's up with U+2070-U+2079? It's the numbers 0-9 in superscript, except 1-3 are missing and U+2071 is superscript i. For some reason superscript 1, 2, 3 are U+00B9, U+00B2, U+00B3 respectively. On the other hand subscript numbers are just U+2080-U+2089 .
- @mathias Any chance of getting unicode char -> name and vice versa (like docs.python.org/3/library/unic…)? Even better would be `Intl.CodePointNames` so that we could make search boxes for unicode chars.
- @_gsathya Any chance of extending your slice notation proposal to include negative indexes (somehow)? I suspect people (and I probably will too if the performance hit doesn't matter) will just use arr[negativeIndex::][0] as a shorter form of negative indexing.
- @paul_irish Can we get something like `chrome.experimental.devtools.console.addMessage` again? Being able to have linter integration in devtools was nice

