brianshub / assignment4-VJS

0 stars 0 forks source link

feedback for assignment 4 - vanilla js #1

Open barryross opened 7 years ago

barryross commented 7 years ago

Brian, this excellent! Nice work finding a solution to hide/show as well as using arrays, loops and an anonymous function for the e.preventDefault() piece! What were some of the biggest "aha!" moments you had in doing this Vanilla JS version?

brianshub commented 7 years ago

The one thing I found most interesting is the fact that JS takes a lot more work to accomplish what can simply be done with jQuery. It was very hard to find clues and next steps searching for Vanilla JS, many times a result for Vanilla JS was actually jQuery methods. Definitely took a lot more time to do this project, and only doing partial of what I did in the jQuery project.