Sometimes, we want to get the week of the year given a date. In this…
Coding
In JavaScript, a method is a JavaScript object property that has a function as its…
Sometimes, we want to create a file object without our JavaScript code. In this article,…
Sometimes, we want to extract the base URL from a string with JavaScript. In this…
Sometimes, we want to clear the focus of an active element with JavaScript. In this…
Sometimes, we want to create a widget on a web page where we can zoom…
Sometimes, we want to get the scrollbar size of an element with JavaScript. In this…
Sometimes, we want to convert a Unix timestamp to a calendar date with Moment.js and…
Sometimes, we want to convert a JavaScript array into a set. In this article, we’ll…
Sometimes, we want to let users clear an HTML file input with JavaScript. In this…