No really... The syntax seems to have been invented by someone who wanted to bet that he could push more brackets in a code than C++ and Lisp together. Who could come ...
JavaScript is a sprawling and ever-changing behemoth, and may be the single-most connective piece of web technology. From AI to functional programming, from the client to the server, here are nine ...
What is the Easy Markdown Editor? A drop-in JavaScript text area replacement for writing beautiful and understandable Markdown. EasyMDE allows users who may be less experienced with Markdown to use ...
I needed to retrieve the users who commented on a record and the users mentioned in those comments to use them for subsequent processing. At first, I considered various ways to retrieve them using ...
An avid learner, a parent, a self taught hardcore tester who breaks things to fix them. This write-up is a log of the author’s personal challenge to learn the bare minimum basics of JavaScript in a ...
If you've ever worked in vanilla Javascript, you might be familiar with adding event listeners to elements using the following formula: let element = document.querySelector('#button'); ...