Skip to main content Accessibility Feedback

Helper Functions

Helper functions make complicated or repetitive tasks a bit easier, and keep your code DRY (an acronym for Don’t Repeat Yourself).

Unless otherwise noted, these helper functions work in all modern browsers on desktop and mobile. You can extend support back further with polyfills.

Last Chance! A new session of the Vanilla JS Academy starts on Monday. Join today and get 30% off registration.

The Functions