Hacker News new | ask | show | jobs
by jashkenas 5103 days ago
That's unfortunate. Properly using prototypes and "this" is the only way to do high-performance JavaScript with objects.

Get cozy with them -- they're useful.

1 comments

It isn't the only way, it's just that browser JS engines tend to be optimised for them.
I believe your statement is therefore equivalent to the preceding one.