JS find string contains in string If you want to check whether substring present or not in javascript then following are methods you can...
Sunday, 15 December 2019
Sunday, 20 October 2019
tilde (~) and a caret (^) in a npm package.json file
JSDevLife
Sunday, October 20, 2019
What is tilde (~) and a caret (^) in an npm package.json file? If you are using npm to manage your app, then you know that we will use p...
Thursday, 29 August 2019
Javascript detect connection speed
JSDevLife
Thursday, August 29, 2019
JavaScript detect connection speed Ever feel like your internet is running slow? Webpages seem sluggish while uploads and downloads tak...
Friday, 23 August 2019
Remove property from Javascript Object
JSDevLife
Friday, August 23, 2019
How to remove property from a JavaScript object If you want to remove property from a JavaScript object then you can do by following wa...
Thursday, 11 July 2019
Ionic ios build fails, error archive not found : Error code 65 for command: xcodebuild with args
JSDevLife
Thursday, July 11, 2019
If you are working on ionic app, and you are trying to create iOS build then usually we use the following command: ionic cordova build io...
Saturday, 8 June 2019
Mastering in Javascript | How do JavaScript closures work?
JSDevLife
Saturday, June 08, 2019
How do JavaScript closures work? When I started learning some advanced concepts of JavaScript that time I got to know about closures but...
Wednesday, 5 June 2019
MongoDB remove unique constraint
JSDevLife
Wednesday, June 05, 2019
MongoDB Remove the unique constraint: Src: https://en.wikipedia.org/wiki/MongoDB Today, I'm working on a RESTful API Using N...