Posts
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.
Web app For logins I will just use Oauth User Profile functionality, individual settings/preferences News Feed, what will load onto the home screen?
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sem ligula, lobortis ultrices accumsan ut, vulputate eu augue. Nullam eget suscipit leo.
Intro The front-end is where browser-side code is ran, stuff like markup, styling and scripting.
The back-end is server-side code, which is for storing data and serving the front end files to the browser.
Complete a computer science access course Then go on to do my computer science undergraduate cool which universities look good?
Factory Functions One of the main problems with object constructors is that they look like regular JS functions, however operate very differently