Javascript Calculate Age – Introduction In this article, we will learn how to calculate a persons age using their Date of Birth as an input in Javascript. Vanilla Javascript solution to return a persons age using their DOB. Pre-requisites: Basic HTML…
What is Javascript Date.now() method used for ? Definition Background: In Javascript, we have a Date Object, which has several methods available for us to use, Parse() method is just one of them. The Date objects now() method parses a date…
How to get the value from URL Parameters ? Hey, Welcome to the tutorial. Today, we will learn How to get URL Parameter values ?geo=UK&size=300×600 in Javascript ? Video Tutorial If you are not used to Basics of What is Query String…
In this article, we will cover solution to help with programmatically passing parameters to an iframe using Vanilla JavaScript. Basics – Optional First let’s cover some core basics used in this solution for people new to JavaScript and HTML. If…