Posts from JavaScript

History of JavaScript – JavaScript is gaining popularity Day by Day

By Saruque Ahamed Mollick

Hello readers, you are here that means you already know what is JavaScript and how popular JavaScript is now. But JavaScript has a long history. JavaScript was not as famous as you.... Read More

How to add minutes to date in JavaScript date object

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will show you how to add minutes to date in JavaScript. That means adding minutes to any JavaScript date object. I hope this is going to be very much.... Read More

How to call a JavaScript function on submit form

By Saruque Ahamed Mollick

In this JavaScript tutorial, you will learn how to call a JavaScript function on submit form. In easy words, you can say that how to run JavaScript function when someone clicks sub.... Read More

how to subtract days from a date in javascript

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will show you how to subtract days from a date in JavaScript very easily with JavaScript inbuild method. In my previous post, I have explained and sh.... Read More

How to Convert JavaScript array into comma separated string

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to convert JavaScript array into comma separated string. JavaScript is now becoming the more popular day by day and thus the develop.... Read More

How to unset a JavaScript variable?

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will explain if you can delete a variable or not in JavaScript. If yes, then how you can delete a variable or unset a JavaScript variable easily. Som.... Read More

How to compare two dates in JavaScript

By Saruque Ahamed Mollick

This post is really one of my favourite posts because in this post I am going to show you how to compare two dates in JavaScript. I have found a lot of solutions to do it. But as t.... Read More

How to Call jQuery function from JavaScript with example

By Saruque Ahamed Mollick

I have heard many times people saying that I need to call jQuery function from JavaScript. I told them there is no special technique to do that. Just put your fingers on your keybo.... Read More