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.

How to convert list to int array in Java

By Saruque Ahamed Mollick

In this Java tutorial, we will learn how to convert list to int array in Java. In order to make it understandable and simple, we will create a list and some elements in it. Then we.... Read More

Create JavaScript Alert Box With Three Buttons

By Saruque Ahamed Mollick

The JavaScript alert box has only one button which is the ok button. Alert box With two buttons ok and cancel is known as Confirmation Dialog Box. In this tutorial, We will lea.... Read More

Happy New Year JavaScript Web Script to Share on Whatsapp with Countdown

By Saruque Ahamed Mollick

Hello friends, In this post, I will provide a Happy New Year Web Script code using PHP and JavaScript. With this Happy new year web source code, you can easily create a cool webpag.... Read More

How to subtract minutes from date in JavaScript

By Saruque Ahamed Mollick

To subtract minutes from date in JavaScript you just need to use setMinutes() and getMinutes() methods. Here we will see how easily we can subtract minutes from a date in JS with a.... Read More

How to reverse two dimensional array in Java

By Saruque Ahamed Mollick

Hi learners, in this Java tutorial you will learn how to reverse a two-dimensional array in Java. I will show you how easily you can reverse two dimensional array in Java with an e.... Read More

How to add months to a date in JavaScript

By Saruque Ahamed Mollick

Hello JavaScript Developer. In this JavaScript tutorial, I am gonna show you how to add months to date in JavaScript. I will give you an easy example so that it becomes easier for .... Read More

How can I use goto statement in JavaScript?

How can I use goto statement in JavaScript?

By Saruque Ahamed Mollick | November 8, 2018

If you are familiar with core JavaScript then you must know that there is no keyword like goto in JavaScript. So in this JavaScript tutorial, I will show you how to achieve the same thing you can get with the goto statement. In other programming languages, you have seen that there is a goto statement. But in JavaScript, we […] Read More

Difference between JavaScript function in href and onclick

By Saruque Ahamed Mollick

In this JavaScript post, I am going to clear the difference between JavaScript function in href and onclick. You will also learn where to use JavaScript function in href and onclic.... Read More

Related Posts