There are several ways to define functions in JavaScript. It turns out that not every function can be used as a constructor.
Articles โ Page 115
Keep writing, writing, writing ...
Auto-respond to confirmations in CLI tools can be tricky but I learned a few ways how to deal with them.
The
--check
flag of the Node.js executable can be used to quickly check JavaScript files for syntax errors without executing them.MacOS provides some built in functionality to make pretty screenshots of any window.
Dealing with git can be hard, especially when many people are working on the same project. "git describe" helps to find tags easily.