Sometimes, we want to create an ISO date object in JavaScript. In this article, we’ll…
Coding
Sometimes, we want to prevent form submission when pressing enter from a text input using…
Sometimes, we want to decode UTF-8 with JavaScript. In this article, we’ll look at how…
Sometimes, we want to get the base URL in JavaScript. In this article, we’ll look…
Sometimes, we want to add target=”_blank” to a link within a specified div with JavaScript.…
Sometimes, we want to loop through an array without using array size with Node.js and…
Sometimes, we want to check if string contains Latin characters only with JavaScript. In this…
Sometimes, we want to add a br tag in React between two strings. In this…
Sometimes, we want to allow input type=file to select the same file in a React…
Sometimes, we want to check confirm password field in form without reloading page with JavaScript.…