The ways classes are created, how to manage class structure,inheritance hierarchy in java script will be covered in this blog. OOP concepts can be applied in java Script but it is a bit different than Java. Classes and Objects. How to create a class in JavaScript. Functions in JavaScript act as objects. We use functions to create classes. These functions are known as constructor functions. Difference between a normal function and a constructor function(conventions created by programmers) is that normal functions are written using camel notation and the first letter of the constructor functions(classes) starts with an uppercase letter and defined as a noun. Creating objects and classes. When creating an object; Objects are clone in JavaScript because class is an object unlike in Java. Creating JASON like objects using curly brackets. Creation of JSON object. Console output. JSON objects not only have properties and methods it also may include embedde...