You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a PR as it's some gist code with separate download.
It would be useful to move js from head to end of the body as that's one less thing to explain to the student at this point why something works in console and not inside script.js.
And it's same story for both exercises.
Another story is that teaching people about keyup event which only sort of does the right thing is probably counterproductive nowadays. input event is going to cause a lot fewer issues.
The text was updated successfully, but these errors were encountered:
taw
changed the title
Lesson 3 sample
JS Lesson 3
Sep 13, 2017
Not a PR as it's some gist code with separate download.
It would be useful to move js from head to end of the body as that's one less thing to explain to the student at this point why something works in console and not inside
script.js
.And it's same story for both exercises.
Another story is that teaching people about
keyup
event which only sort of does the right thing is probably counterproductive nowadays.input
event is going to cause a lot fewer issues.The text was updated successfully, but these errors were encountered: