trb100

study

Machine Learning

Decision tree A decision tree is where you structure a decision making process with many different nodes which ask questions, the answer given will decide which node you go to next.

Odin Project Javascript

Factory Functions One of the main problems with object constructors is that they look like regular JS functions, however operate very differently