Posts on this site in the 'Javascript' taxonomy, ordered by date
Markdown has no official comment statement, but a 'null' link works as a pseudo-comment.
How to test for the presence of a property in Javascript. Use 'in', 'hasOwnValue' or test the property against 'undefined'.
Given the number of notes apps on the market today, I wondered why there isn't an open standard to support interoperability between them.
Some guidelines if you decide to create your own static site generator (SSG) software, which you shouldn't.
Constants are immutable but properties of constant objects are not, which can be confusing to begin with.
A subjective comparison of Node.js Javascript versus PHP. It's horses for courses.
How to deal with the 'Node Sass could not find a binding for your current environment' error message.