JavaScript MCQ Questions 1.What is JavaScript? A) JavaScript is a markup ...
Sunday, 23 January 2022
Monday, 12 April 2021
How to create Alias command in Linux or Ubuntu
JSDevLife
Monday, April 12, 2021
Create Alias Command in Linux or Ubuntu As a Linux user, you may come in a situation where you need to use the same command again and again....
Saturday, 16 January 2021
Flutter Hello world application
JSDevLife
Saturday, January 16, 2021
Hello Developers, I have posted my previous post about flutter installation and basic difference, so today we will start the implementation...
Tuesday, 17 November 2020
Google Chrome remove redirect HTTP to HTTPS on localhost
JSDevLife
Tuesday, November 17, 2020
localhost:4200 Google Chrome remove redirect HTTP to HTTPS on localhost If you are getting this kind of error while running on the local ma...
Saturday, 4 July 2020
macOS unrar file using terminal
JSDevLife
Saturday, July 04, 2020
Hello Guys, Whenever you download some .rar file on your mac & you want to unzip/unrar it, macOS doesn't have a default u...
Thursday, 25 June 2020
JavaScript find max value in an array | find max value in array object
JSDevLife
Thursday, June 25, 2020
Find the max or min value from an array or an object As JavaScript Developer we usually need to work on arrays & array objects and some...
Sunday, 22 March 2020
Install Python 3 on Mac
JSDevLife
Sunday, March 22, 2020
Install Python 3 on Mac In this tutorial, we are going to install python3 in Mac OS. There are multiple ways to install like downloading...
Saturday, 14 December 2019
JavaScript check string contains in string or not using search() method
JSDevLife
Saturday, December 14, 2019
JS find string contains in string If you want to check whether substring present or not in javascript then following are methods you can...