Ab

Ab

A JavaScript Refresher Tutorial: Functions

Introduction In the first part of this tutorial, we’ve seen functions in JavaScript. However, we just scratched the surface. In this part of the tutorial, we’re going to dive deep into them through introducing different related aspects that without them…

A JavaScript Refresher Tutorial: Objects

Introduction In the first part of this tutorial, we had a brief overview of objects in JavaScript. However, in this blog post, we’re going to cover this concept in much more detail. In programming, the term ‘object’ is widely used…

A JavaScript Refresher Tutorial: Basics

javascript refresher tutoria

Introduction Whether you’re preparing for your next JavaScript interview, or just trying to restore your JavaScript knowledge for some reason. This JavaScript refresher tutorial is for you. In this first part of the tutorial, we’re going over the fundamental basics…

Unlock the Power of the JavaScript Console Object

Introduction Our main focus in this blog post is to explore and unlock the power of the JavaScript console object provided by the Console API. Almost all modern browsers propose a set of handful built-in developer tools for their users…

Why Should You Learn JavaScript

Introduction I assume that if you have somehow landed on this page, you are looking for an answer to the following question: why should you learn JavaScript? Right? As of the time of writing this blog post, the stack overflow…

Prototype in JavaScript – What, How and Why?

Prototype in JavaScript is one of the most vital topic that every JavaScript develper should be aware of. if you’re someone who’s new to JavaScript, you might have been always intimated by the concept of prototype in JavaScript because you…