What are objects? JavaScript is a prototype based object oriented Programming language. so basically we work with objects of these prototypes. Let me put it in simpler terms that these objects are similar to real world object. e.g. Book, so how can we recognize anything that it is book or […]