30 seconds of code provides a curated collection of short code snippets for all your development needs. Our collection spans many topics, ranging from simple coding problems to theoretical concepts and development techniques.
Learn how to correctly use the alt
attribute on images in HTML.
HTML, Image · Jun 25, 2023
Did you know there's an easy way to create a descending list of numbered items with pure HTML? Learn how with this handy tip.
HTML, Content · Jun 22, 2021
Checks if the bottom of the page is visible.
JavaScript, Browser · Oct 22, 2020
Clamps num
within the inclusive range specified by the boundary values a
and b
.
JavaScript, Math · Oct 22, 2020
Returns the absolute value of the first number, but the sign of the second.
JavaScript, Math · Oct 7, 2020
Checks if a date is after another date.
JavaScript, Date · Oct 20, 2020
Checks if a date is before another date.
JavaScript, Date · Oct 20, 2020
Checks if a date is between two other dates.
JavaScript, Date · Oct 20, 2020
Checks if the given number falls within the given range.
JavaScript, Math · Nov 1, 2020