Simple Exercise: Write a compound object property validator for JS objects

satya - 6/3/2019, 1:36:52 PM

Background

Take a look at the FtpSpec object

See how host name, ip, user, password are validated

Have a better abstraction

To validate each field

All fields

Provide errors to each field that is not good

Show what is correctly specified