I\'m a long-time browser but a first time participator. If I\'m missing any etiquette details, please just let me know!
Also, I\'ve searched high and low, including this
You can't assign the this in a constructor
this=n is an error
Your myarray is just an alias for the native Array- any changes you make to myarray.prototype are changes to Array.prototype.