I normally don’t care much for emojis, but lately I’ve found them to be helpful when working with JavaScript. The JavaScript console may not be the most elegant way to debug, but it’s the quickest and sometimes only reasonable way to figure out what is happening in your code when async actions fly by. But it can quickly get quite crowded in the console. Here I found that emojis can help. Simply prefixing your logs with symbols of different color and shape is an easy way to make them stand out and give some context!
Tip: In Windows, press Win + . to open the Emoji insert dialog in any text input field.