Return Statement in JS Constructors

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-05-30T14:11:10Z Indexed on 2010/05/30 14:22 UTC
Read the original article Hit count: 167

Filed under:
|
|

What is the effect of a return statement in the body of JavaScript function when it's used as a constructor for a new object(with 'new' keyword)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about constructor