Tag: Class Inheritance

JavaScript Objects

An object is an excellent data structure in JavaScript. Why it’s awesome? Because it stores data as a key and value as a pair; apart from that every key is unique so we can store unique information inside…

Read More »

JavaScript Static Keyword

Static is a very special keyword in javascript. In another language, it’s used for memory management. Let’s take an example to understand. Suppose that you have a Student class and students can be related with different courses and…

Read More »