Pro@programming.dev to Programming@programming.devEnglish · 2 months agoA brief history of JavaScriptdeno.comexternal-linkmessage-square10fedilinkarrow-up140arrow-down12cross-posted to: lobsters
arrow-up138arrow-down1external-linkA brief history of JavaScriptdeno.comPro@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square10fedilinkcross-posted to: lobsters
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.