Getting only 10 characters from string in JavaScript can be done using simple JavaScript function. JavaScript is world’s most used…
Continue ReadingJavaScript
Get / 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 ReadingHow to create class and constructor in JavaScript
As we know JavaScript is not fully Object Oriented Programming Language. But it is partially Object Oriented. We can create…
Continue Reading