Skip to content

Instantly share code, notes, and snippets.

@lpalma
Last active February 17, 2019 12:03
Show Gist options
  • Save lpalma/20e50a391c76c08746b6331ccd5619d2 to your computer and use it in GitHub Desktop.
Save lpalma/20e50a391c76c08746b6331ccd5619d2 to your computer and use it in GitHub Desktop.
Code Your Future - Week 7: JS Core III

Working with Systems

For this exercise we will not be writing any code. Even better, there are no right or wrong answers. We will be listing and describing behaviours of items using our own words. If you need inspiration, feel free to look on the internet, but first try to think through the process and use your imagination.

Part 1

For the first part of the exercise, you will receive a list of items and your task is to find sub-components which form these items. For example, if we are describing a Car, we can say:

  • Car
    • Seat
    • Steering Wheel
    • Engine
    • Wheels
    • Fuel Tank

We know a Car is composed of many other sub-components, but we are not Mechanical Engineers so the list above should be fairly ok.

Now it is your turn, here is the list of items you should describe:

  • Coffee Machine
  • Laptop
  • CodeYourFuture (the organisation, not the website)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment