How to Make Google Chrome Default Browser on Windows 10
This post will help you make Google Chrome as a default web browser on Windows 10. The only software requirement is that you must have Google Chrome preinstalled on your Windows 10 operating system. Install Google Chrome If you do not have Google Chrome installed on your Windows 10, download from here and allow the […]
How to Redirect AMP Page URLs
This post will help redirect all AMP page URLs to original page, post, and category URLs with Redirect plugin in WordPress. I will be using REGEX to implement bulk redirection in WordPress using free plugin. Install Redirection Plugin Login to your WordPress admin area and click add new plugin and look for Redirection, install it […]
How to Install NodeJS, NPM, NPX, and Yarn on Windows 10

This post will help you download and install latest version of NodeJS, NPM, NPX, and Yarn on Windows 10, Windows 8, and Windows 7, irrespective of your system type; 32 bit or 64 bit. We’ll first download and install NodeJS and then we’ll proceed with NPM, NPX and Yarn in a bit. Download NodeJS To […]
Setting up Bash WSL on Windows 10 (npm, nodejs)
npm-install-error-not-foundram-files-nodejs-npm-3-mnt-c-program-files-nodejs Just run these commands from bash .. This will install nodejs 14, if you want to install latest or older version of nodejs.. you should change /setup_14.x like /setup_12.x Install NodeJS on Ubuntu Run the following commands if you are using WSL on Windows 10 and npm and node do not run and returns […]
JavaScript Object Loops and Iteration
In this post I going to show you how to loop and iterate object keys and values from JavaScript Objects. I am going to use for of and for in loops and Object.key() and Object.entries() to demonstrate the example code. JavaScript Object Here is the JavaScript Object that I’ll be using throughout the post. Using […]
