Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
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
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
JSON data has become very much popular in the last few years. If you are a programmer or developer you know how much important is it to us. Even most of the API providers are now u.... Read More
To illustrate the difference between constructor and method in java we firstly, recommend you to read the basic of Constructor and Method in Java. If you know the basics then you m.... Read More
In this JavaScript tutorial, we gonna learn how to add line breaks in JavaScript alert. The alert method is very much useful to us. But sometimes we need to have multiple lines or .... Read More
Converting a number from binary to decimal is a mathematical approach. We can find several mathematical algorithms to find out the decimal value of a binary number and vice versa. .... Read More
onclick() event is very much useful to us as we can call any function on click event. But you are here to learn how to run multiple functions in JavaScript. So Here I am gonna show.... Read More
In this tutorial, I will show you how easily you can insert JavaScript in href. I know the situations when you need to insert JavaScript in href=” “. Sometimes you need.... Read More