Sometimes, we may want to set a JavaScript date to midnight. In this article, we’ll…
Coding
Sometimes, we may want to check if a substring is in a JavaScript string in…
Sometimes, we may need to detect a touch screen device with JavaScript. In this article,…
Oftentimes, we have to format a floating-point number into the format we want in JavaScript.…
We often have to get the number of days between 2 dates in our JavaScript…
Sometimes, we may want to convert a JavaScript date object to a string in YYYYMMDD…
Sometimes, we want to detect scroll direction with JavaScript. In this article, we’ll look at…
Sometimes, we want to render HTML inside a text area. In this article, we’ll look…
Enums are entities that are containers for a list of constants. There’s no native enum…
Sometimes, we’ve to check variable equality against a list of values in JavaScript. In this…