Metadata of a website holds the information about its search engine-related properties like title, description, site-name, site-color, and many other…
Continue Readingjavascript
How to start with ESLint on VS Code
ESLint is a code testing tool that checks for syntax errors, and other potential errors and prevents any unused variables/functions…
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 ReadingHow to create a Photo Post to Tumblr using API
Tumblr is a place to express yourself, discover yourself, and bond over the stuff you love. Tumblr has its own APIs to work with the various operations of it. In this post we will learn about how to create a photo post to Tumblr using API.
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 Reading