Sometimes, we want to fix JavaScript .replace only replaces first match. In this article, we’ll…
Month: April 2022
Sometimes, we want to modify a query string without reloading the page with JavaScript. In…
Sometimes, we want to remove padding or margins from Google Charts and JavaScript. In this…
Sometimes, we want to check for not null with JavaScript. In this article, we’ll look…
Sometimes, we want to query MongoDB ObjectId by date with JavaScript. In this article, we’ll…
Sometimes, we want to get the number of years since a date, not rounded up…
Sometimes, we want to convert JavaScript date time to MySQL datetime. In this article, we’ll…
Sometimes, we want to position element at center of screen with CSS. In this article,…
Sometimes, we want to retrieve the text of the selected option in the select element…
Sometimes, we want to use switch on ranges of integers in JavaScript. In this article,…