Six ways to declare JavaScript functions
JavaScript allows to declare functions in 6 ways. The article describes how to choose the right declaration type, depending on the situation and function purpose. (more…)
Read more »
One thing I’ve wanted for my site is the ability to embed interactive components in my writing. Inspired by pngwn’s excellent work on the mdsvex Svelte plugin, and in preparation for my upcoming post on visualizations, I decided to finally take the plunge… Read more