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
- Form into pairs
- Fork & clone this repo
- Use the HTML, CSS & JS from the previous activity
- Write out all necessary code
Work with your partner, each typing some of the code.