Pro to ProgrammingEnglish · 7 days agoA brief history of JavaScriptdeno.comexternal-linkmessage-square9linkfedilinkarrow-up138arrow-down11cross-posted to: javascript[email protected]
arrow-up137arrow-down1external-linkA brief history of JavaScriptdeno.comPro to ProgrammingEnglish · 7 days agomessage-square9linkfedilinkcross-posted to: javascript[email protected]
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up6·6 days 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.