Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

is js object oriented

JavaScript is a prototype based object oriented language, 
  which means it doesnt have classes rather it define 
  behaviors using constructor function and then reuse 
it using the prototype.
 
PREVIOUS NEXT
Tagged: #js #object #oriented
ADD COMMENT
Topic
Name
6+1 =