Pro@programming.dev to Programming@programming.devEnglish · 1 month agoA brief history of JavaScriptdeno.comexternal-linkmessage-square10linkfedilinkarrow-up140arrow-down12
arrow-up138arrow-down1external-linkA brief history of JavaScriptdeno.comPro@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square10linkfedilink
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up6·1 month 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.