Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In this Swift programming tutorial, I am going to let you know how to generate a random password in Swift programming. So let’s continue. Here we are going to create a simple.... Read More
A function is a set of one or multiple statements that are organized together to perform a specific task. In simple words, a function contains a block of code that can be called us.... Read More
How to improve the website speed? When it comes to online business, one thing that people are generally lacking is patience. They say that patience is a virtue, but not in the w.... Read More
Often it may be required to get the ID of the parent element of a child element in an HTML document to perform task. So here, I am going to show you the easiest way to get the ID o.... Read More
Using video tags is the easiest way to add a video player to the web page to play video. You can do a lot with this video player with HTML5 DOM JavaScript. In this tutorial, I am g.... Read More
Dynamic variables are those types of variables that don’t have any specific name in the code through hard coded. A dynamic variable name is auto-generated while running the p.... Read More
Did you ever think to use a JavaScript string as a variable name? For example, suppose we have a string given below: var myString = "number"; Can you use the string “number.... Read More
Each javaScript array item has an index number that tells us the position of that item in that array. Here in this task, we are going to take a JavaScript array and then find the i.... Read More