There are some ways in latest JavaScript and latest browsers in which you can use modify the url without reloading…
Continue ReadingJavaScript
What is replaceState method in JavaScript
history.replaceState() operates exactly like history.pushState() except that replaceState() modifies the current history entry instead of creating a new one. This method is useful when you…
Continue ReadingWhat is history.pushState method in JavaScript
history.pushState() is a method introduced in HTML5 which is used to add parameters in page url without reloading the page.…
Continue ReadingHow to download file from Firebase Storage
Firebase is a great platform provided by Google to build realtime applications. Developers no need to implement socket connection to get…
Continue ReadingThings you can do with JavaScript
We are here to discuss some useful facts of JavaScript and the things we can do with it. JavaScript is…
Continue Reading