JavaScriptHow to check if a string contains a substring in JavaScript?In this tutorial, I am going to show you a very simple, fast, and modern(ES6) way to check whether a…Gulshan SainiJanuary 05, 2021 1 min
JavaScriptHow to remove a specific item from an array in JavaScript?In this tutorial, I am going to show you a very simple, fast, and modern(ES6) way to remove a…Gulshan SainiJanuary 04, 2021 1 min
NodeJSHow to redirect http url request in server?Let's say you have a single GET route i.e. /ping defined inside a simple HTTP server written in…Gulshan SainiDecember 18, 2020 1 min
HTMLWhat is rel noopener?In HTML, link types indicate the relationship between two documents, in which one links to the other…Gulshan SainiOctober 30, 2020 1 min
JavaScriptHow to convert Set to Array in JavaScript?Let's say you have following Set of numbers, which you want to convert to array. One way of…Gulshan SainiOctober 28, 2020 1 min
JavaScriptHow to get all unique values in a JavaScript array?Let's say you have an array of numbers, which has duplicate items and, you want to clean it up so…Gulshan SainiOctober 27, 2020 1 min