Tag: object construction javascript

  • Javascript Tutorial | Constructor Functions | Ep23

    We’ve already learn’t that objects are important as well as functions. However what about creating an object via a constructor function? This is extremely common place in Javascript as ES5 (or Javascript version 5) doesn’t have any class syntax. However the next iteration of Javascript will include the class syntax, but however for now lets…