|
You are here |
journal.stuffwithstuff.com | ||
| | | | |
www.oranlooney.com
|
|
| | | | | Update 2017-10-23: This article and code library have not kept up with the rapidly changing JavaScript landscape and are now hopelessly out of date. First came non-enumerable properties, and with ES2015 came the introduction of classes, proxies, symbols, and anonymous functions, all of which break the below logic. I'm afraid I no longer know how to fully copy the full menagerie of JavaScript objects while preserving relative references, and it's quite possible that no one else knows either. | |
| | | | |
markdalgleish.com
|
|
| | | | | The object-oriented features of JavaScript, such as constructors and prototype chains, are possibly the most misunderstood aspects of the language. ... | |
| | | | |
crockford.com
|
|
| | | | | [AI summary] The article explores JavaScript's prototypal inheritance compared to classical inheritance, discussing various inheritance patterns and their implementations. | |
| | | | |
mmhaskell.com
|
|
| | | [AI summary] This article compares Functional Programming and Object Oriented Programming paradigms, discussing their key differences, strengths, weaknesses, and how Haskell fits into the functional paradigm. | ||