DEV Community

Discussion on: Intro to Functional Combinators in Javascript

 
jethrolarson profile image
Jethro Larson

Depending on your compile target, yeah. However, those constructor functions create objects and v8 turns objects into hidden classes so everything is everything :)

blog.sessionstack.com/how-javascri...
See also wiki.c2.com/?ClosuresAndObjectsAre...

Thread Thread
 
jwp profile image
John Peters • Edited

I wasn't referring to V8 internals, just comparing the new Javascript Class to Functions described here:

developer.mozilla.org/en-US/docs/W...