Kay's Blog.

How to schedule releases

Cover Image for How to schedule releases
Kay

Long test


More Stories

Cover Image for Building a iphone store

Building a iphone store

iphone stores are important for mankind

Kay
Cover Image for Object-Oriented Programming in Javascript(ES5 & ES6) EXPLAINED.

Object-Oriented Programming in Javascript(ES5 & ES6) EXPLAINED.

OOP - Object-oriented Programming, in general, is very useful. It helps developers to model real-world things that we want to represent inside our code, and/or provide a simple way to access functionality that would otherwise be hard or impossible to make use of. Getting a full understanding of how OOP works in javascript is a bit difficult especially in ES5 syntax, ES6 class made it a lot easier to use object constructor but as developers, we will run into ES5 object prototype codes along our journey and in case you do not know, ES6 class, work as object prototypes under the hood. This article will explain javascript objects in ES5 and ES6 syntax. Stay tuned!