
Browse snippets by collection or check out our top picks and latest articles below.

Learn how semantic versioning works and how to use it to correctly version your software.
JavaScript, Node · Jul 16, 2023

Learn how to get the first or last N elements of a JavaScript array, using Array.prototype.slice().
JavaScript, Array · Jul 9, 2023

Learn the difference between the alt and title attributes on images in HTML.
HTML, Image · Jul 2, 2023

Learn how to correctly use the alt attribute on images in HTML.
HTML, Image · Jun 25, 2023

Initializes and fills an array with values generated by a function, until a condition is met.
JavaScript, Array · Jun 22, 2023


Renders an accordion menu with multiple collapsible content elements.
React, Components · Oct 13, 2021

Creates a styled radio button with animation on state change.
CSS, Visual · Nov 16, 2022

Testing React components that update asynchronously is pretty common. Learn how to deal with common issues and speed up your testing.
React, Testing · Nov 7, 2021

The Event Loop is a source of confusion for many developers, but it's a fundamental piece of the JavaScript engine.
JavaScript, Browser · Aug 21, 2022