clojurescript-koans
clojurescript-koans copied to clipboard
[Suggestion] Information missing for the atoms topic resolution
Greetings,
From #atoms/4 to #atoms/7 , the page runs (reset! atomic-clock 0) without informing the user.
The page should inform the user that this function was called, or the user could assume that the atom still has the previous value.
I had to consult the answers to be able to solve it.