Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 360 Bytes

File metadata and controls

8 lines (6 loc) · 360 Bytes

Learning week 2018 – Functional programming

In this exercise JD already started implementing a validator system for HTML form input fields. In the middle he recognized that it could be better to try it with a more functional approach instead of just testing and updating each input field separately. In the comments you find the calls he'd like to make.