Full-time coder, part-time drummer. Enjoys using and building software on the web, and is a massive fan of JavaScript.
JavaScript converts values to true or false booleans in some contexts - like conditionals. A value that converts to true is a truthy, and one that converts to false is a falsy.
Written by Codemzy in JavaScript on September 21st, 2023
One of the hardest parts of coding is when something just doesn’t work. And you don’t know why. In this blog post, I'll show you 6 ways to figure out why your code isn't working.
Written by Codemzy in JavaScript on July 27th, 2023
In this blog post, I shuffle an array of objects into a random order with two JavaScript methods, `Array.sort()` and a `shuffleArray` function. Check out the code and which performs best.
Written by Codemzy in JavaScript on July 20th, 2023