
Description
"@EdwardCodes please can you read through the instructions in this tutorial, try the examples and open any issues when anything is unclear? (thanks!)"
@nelsonic i´ve read through the instructions in this (awesome) tutorial (_the reasons to learn elm are very clear and very captivating) and tried the examples (explaining why the code is there and the meaning with the step-by-step comments is MEGA useful 🥇) but there´s a few things i didn't understand:
"9.1 Tests for Resetting the Counter (Update)"
"9.4 Write View (UI) Tests"
I didn't´t understand were do i put/write the tests in the script.. besides that everything is clear, each function (mount, signal, update, empty, button and view) has their own purpose in the app, we should use "pure" functions so we can have more control of the outputs (the "impure" js can be tricky).