InfoPanel.init()

Go fullscreen: ⌃⌥F

InfoPanel.init()

What & why

Seeing pre-written code can help use understand how things work—help see the big picture.

We we can see most of the final result it’s often easier to work backwards to assemble the solution.

Reading, working with & typing out completed code helps form muscle memory.

Set up

  1. Form into pairs
  2. Fork & clone this repo
  3. Use the HTML, CSS & JS from the previous activity
  4. Write out all necessary code

Work with your partner, each typing some of the code.

Start

InfoPanel.init()