There are a lot of default WordPress functions you can use to return information that you need dynamically. In this article, I will present you with a list of 35…
In this tutorial you will learn how to check if an element is visible in viewport with JavaScript. When an element is in the viewport it appears in the visible…
As you may know JavaScript is a programming language that powers the dynamic behavior on most websites. Alongside HTML and CSS, it is a core technology that makes the web…
A JavaScript functions – a set of statements that take inputs, do some specific things and produces output. Basically, a function is a set of statements that performs some tasks…