Skip to content
<blog>

Blog

  • Loading image...

    3 Underused HTML Events to add flair to your site

    2022-09-18

    The MDN Event reference page lists, literally, hundreds of different events but as developers we often find ourselves reaching for the same ones again and again. The old favourites like click, change & submit aren't going anywhere but in this article I'd like to introduce a few events you may not have used before and make some potential suggestions for how they could be incorporated on your next project.
    • javascript
    • html
    • browser
    Read More
  • Loading image...

    A Practical Guide to Higher-Order Functions in JavaScript

    2021-08-24

    A practical guide through each of the higher-order array functions in JavaScript. Easy to understand examples using the dice game 'Yacht' to explore forEach, map, filter, reduce, every, some, find and findIndex functions. Hopefully after reading this you'll come away with a better understanding of how and why to use these, at first, unnecessary seeming functions.
    • javascript
    • tutorial
    • arrays
    • higher-order-functions
    • svelte
    • typescript
    • game
    Read More
</blog>