JavaScript date is a function to convert a date string to a parsed date format. It could be a long…
Continue Readingjavascript
JavaScript get only 10 characters from string
Getting only 10 characters from string in JavaScript can be done using simple JavaScript function. JavaScript is world’s most used…
Continue ReadingGet / Set data using Map in JavaScript
If you’re working with JavaScript and you have to store array of strings or array of objects or any data…
Continue ReadingJavaScript split string into array
There are multiple ways to split string into array using JavaScript. We will cover a few ways to split it…
Continue ReadingHow to copy or move firebase object from one path to another
I will here explain how you can copy or move firebase object from path to another path. You can call…
Continue ReadingHow to play multiple videos one after another using HTML5 and JavaScript
Its a common question if you gonna make an application that requires to play multiple videos using HTML5 and JavaScript…
Continue Reading