Free FormSpree alternative to handle forms on static sites
Here is the free and open source formspree alternative to handle contact forms on static websites. You can have full control of your data.
Explore our JavaScript articles and insights.
Here is the free and open source formspree alternative to handle contact forms on static websites. You can have full control of your data.
Here are some of the best JavaScript tips and tricks that you should know. These tips can help you to develop Javascript applications with ease.
There are different ways to flatten arrays in JavaScript. Here are the 5 different ways to obtain flat arrays using one liners in JS.
Event bubbling in JavaScript is the default behavior of how events propagate from the innermost element to the outermost parent. Here are all the details.
Javascript setTimeout and setInterval are the two global methods for timing or scheduling function calls. Here is all you need to know about these methods.
Javascript map is a collection of key-value pairs of any data type. Learn more about JS maps, their methods and differences between maps and weakmaps.
A Javascript set is a collection of unique unordered elements of any data type. Here are all the methods and uses of sets in Javascript.
Here are all the details you need to know about JavaScript for loops and their differences. How forEach is different compared to other for-loops?
Here are all the essential npm commands you need to know to use the npm CLI effectively. You can search, update, view any package right from your CLI.
Here are the different JavaScript popup methods you should know and their use cases. Alert, Confirm, and Prompt can be used instantly to show messages.
Learn to use URL and URLSearchParams in Javascript and understand the difference between these two APIs. URLSearchParams is a special case of URL API.
Call, apply, bind in JavaScript are some of the most often confusing methods. Let's demystify these with simple examples.