Reading 2 - liz-kavalski-401-advanced-javascript/seattle-javascript-401n13 GitHub Wiki
##Inheritance
- do not need a class
- There many different type of prototype that can be used.
- It just means that it referencing another object.
- https://medium.com/javascript-scene/3-different-kinds-of-prototypal-inheritance-es6-edition-32d777fa16c9
- Look up for the different prototype. ##Functional Programming
- trying to keep complexes programing as low as possible *keeping the code clean. *https://eloquentjavascript.net/1st_edition/chapter6.html
YDKJS-Objects
- I'm not getting it. *https://github.com/getify/You-Dont-Know-JS/blob/master/this%20%26%20object%20prototypes/ch3.md
##functional programming in js - fcc
- there are rules that functions need to fellow *https://www.freecodecamp.org/news/functional-programming-in-js-with-practical-examples-part-1-87c2b0dbc276/