JavaScript if-else statements are used to decide the flow of execution based on different conditions. If a condition is true, you can perform one action and if the condition is…
JavaScript events provide a dynamic interface to a webpage. These events are hooked to elements in the DOM (Document Object Model). These events by default use bubbling propagation, upwards in…
You know the weekend is just around the corner, yet you still have things to tend to. So I thought of something that’s guaranteed to put a smile on your…
JavaScript objects are its most important data type and form the building blocks of modern JavaScript. These objects are quite different from JavaScript’s primitive data types (number, string, boolean, null,…
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 runs the web.…
A JavaScript function – a set of statements that take inputs, do some specific things, and produce output. A function is a set of statements that performs some tasks and…
Variable scope is part of the program from which the variable is directly accessible. In This article, we will talk about JavaScript variable scope. In this article you will learn:…
In the previous article we discussed what is JavaScript and now let’s start learning. In this article, we will get down to the real basics and learn about JavaScript variables…
People are eager to let friends know about content they enjoy. Consistent sharing means an extra opportunity to grow your network and increase relevant traffic sources for your website. While…
Today we will start a new topic – JavaScript. And what better way to start it if not with looking at JavaScript’s history and features? JavaScript is the foundation of…