Guess the number
Live
and
replayable
coding session.
slid.es/jkohlin/ew-10/live
Listen and react to different user events
Collect data from form fields
Create and Remove elements
Dynamically add and set attributes
Scrimba
Q&A
Topics that emerged
MVC-pattern
parseInt(string)
to convert a "stringy" number:
parseInt("2") // 2