austintackaberry / ydkjs-exercises

Exercises to go along with You Don't Know JavaScript
MIT License
253 stars 74 forks source link

Tell the user onSubmit whether their answer is correct or incorrect #31

Closed austintackaberry closed 6 years ago

austintackaberry commented 6 years ago

Currently, when the user picks an answer and clicks Submit, nothing is displayed. A message is logged to the console, but that is it.

kevinYCKim33 commented 6 years ago

I'll take this one.

austintackaberry commented 6 years ago

You got it!

kevinYCKim33 commented 6 years ago

https://github.com/austintackaberry/ydkjs-exercises/pull/35