Category Archives: JavaScript

How to Print All Pyramid Patters with JavaScript


Here is a quick approach to print pyramid patterns with JavaScript. It’s a simple and easy approach that anyone can easily understand and try on their own. I am taking rows value in every for loop in all the function code blocks. Increasing Pyramid Decreasing Pyramid Opposite Side Increasing Pyramid Opposite Side Decreasing Pyramid Upside Down Pyramid Pyramid Pattern

Fibonacci Series With JavaScript


Hello and welcome my name is Amulya and you are watching EaseCoding in this video i’m going to show you how to print fibonacci sequence in javascript so this is fibonacci sequence program that i’ve already written but i’m going to write it again and you can see i’ve given three arguments so basically three … Continue reading Fibonacci Series With JavaScript

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 … Continue reading Setting up Bash WSL on Windows 10 (npm, nodejs)

VS Code ReactJS Extension & Emmet Auto-complete Congratulation for JSX, JS and VueJS


This post will help you install and configure Visual Code Studio extensions for ReactJS that will improve your productivity by 10 folds. We are going install extension to create ReatJS Class based and function-based components on the fly and configure Emmet for JSX, ReactJS, VueJS and JavaScript Install VS Code ReactJS Extension If you want … Continue reading VS Code ReactJS Extension & Emmet Auto-complete Congratulation for JSX, JS and VueJS