JavaScript

Functions in JavaScript

What is a function in Programming? A function is a block of code, that is organized and reusable. why/when do we ne…

JavaScript OBJECTS in ONE Video

Objects in JavaScript are "EveryThing", cause almost "Everything" in JavaScript is an Object. in fa…

Understand JavaScript Prototypes

When you talk about prototype , you're talking about inheritance. the inheritance of what? not the money of course, b…

JavaScript CallBack Functions

What is a CallBack Function? If you don't know what is a callback function, and you know what is a function, then y…

That is All