I’m really bad at remembering emoji’s. So here is cheat sheet with all emoji’s that can be used in tools that support the github emoji markdown markup: All credits go to rcaviers who created this list.
When you try to add a property to an object’s prototype using TypeScript, you’ll get a compiler error inside Visual Studio.
Too get rid of the error message, you’ll have to create an interface on the prototype object type and declare the function there: