Pro@programming.dev to Programming@programming.devEnglish · 2 months agoA brief history of JavaScriptdeno.comexternal-linkmessage-square10linkfedilinkarrow-up140arrow-down12cross-posted to: [email protected]
arrow-up138arrow-down1external-linkA brief history of JavaScriptdeno.comPro@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square10linkfedilinkcross-posted to: [email protected]
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up6·2 months agoTo my understanding, the original meaning of object oriented is more similar to what we call the actor model today. In reference to the modern understanding of OO, js uses prototypal inheritance, which some consider closer to the original vision.
To my understanding, the original meaning of object oriented is more similar to what we call the actor model today.
In reference to the modern understanding of OO, js uses prototypal inheritance, which some consider closer to the original vision.