Object Oriented Concept in javascrips? August 7, 2017 admin Object oriented always used to refer about objects. Programming based on objects( actually a building block of javascript). All javascript components are objects. Eg: strings, functions etc… A s... Read More