ESLint is a code testing tool that checks for syntax errors, and other potential errors and prevents any unused variables/functions…
Continue ReadingJavaScript
How To Highlight Code Using Web Workers | JavaScript
Ever faced performance problems in highlighting code? Ever heard about Web Workers? Well, I am going to explain the best…
Continue Reading5 Best Sites To Learn JavaScript [FREE] In 2022
JavaScript is the world’s most used scripting language. It is used to build various types of applications mostly web apps.…
Continue ReadingJavaScript check if string is binary
Binary is a binary numeral system in which everything is expressed as “0” and “1”. JavaScript is a world’s most…
Continue ReadingJavaScript convert array to select options
JavaScript has various methods to work on an array. We will talk about how to convert array to select options…
Continue ReadingJavaScript convert date to long date format
JavaScript date is a function to convert a date string to a parsed date format. It could be a long…
Continue Reading