Sometimes, we want to find the index of the longest array in an array of…
Month: April 2022
Sometimes, we want to not allow typing alphabetic characters in a number input with JavaScript.…
Sometimes, we want to check if the time is between 7pm and 7am and do…
Sometimes, we want to calculate the hex color in the middle of a gradient with…
Sometimes, we want to remove text without removing inner elements from a parent element using…
Sometimes, we want to detect browser time zone on client side with JavaScript. In this…
Sometimes, we want to parse and convert exponential values to decimal in JavaScript. In this…
Sometimes, we want to pass parameter or argument to Axios interceptor with JavaScript. In this…
Sometimes, we want to check for real touch support on a browser with JavaScript. In…
Sometimes, we want to remove double spaces inside a string with JavaScript. In this article,…