Please enable JavaScript.
Coggle requires JavaScript to display documents.
js (SOLID, ebook, var, number-methods, object, design parten js, highorder…
js
SOLID
✔ S — Single responsibility principle
✔ O — Open closed principle
I — Interface segregation principle
D — Dependency Inversion principle
✔ L — Liskov substitution principle
ebook
js
https://eloquentjavascript.net/00_intro.html
data struct
JavaScript Data Structures and Algorithms_ An Introduction to Understanding and Implementing
var
✔ hoisting
number-methods
toFixed()
object
https://www.tutorialsteacher.com/javascript/prototype-in-javascript
design parten js
https://shivamethical.medium.com/design-patterns-in-javascript-node-2020-96c19e157428
highorder function
https://www.freecodecamp.org/news/higher-order-functions-in-javascript/
dynamic type
Operator precedence
string-methods
scope
❤ EventLoop js