Getters and Setters in JavaScript | JavaScript & Object Oriented Programming | Part 10

In the Previous Tutorial, we learned the following – Adding Object properties to an existing Object When to use bracket notation to access object property? Adding methods to an existing Object Removing Object properties from an Object Getting the list of object properties Filtering the properties using typeof operator In this tutorial, we’ll learn about a popular …

Read moreGetters and Setters in JavaScript | JavaScript & Object Oriented Programming | Part 10

Setting up environment | JavaScript & Object Oriented Programming | Part 2

In the Previous Tutorial, we learned the following – Is JavaScript an Object Oriented programming language? What is Object Oriented Programming (OOP)? What are OOP principles? Why should you care about JavaScript and OOP? Prerequisites for this tutorial In this tutorial we’ll continue that learning and setup our system so that we can learn by …

Read moreSetting up environment | JavaScript & Object Oriented Programming | Part 2