If the input manifest object is not valid, your validateManifest function should return an object describing missing and/or invalid properties. ( My code works as intended, but I couldn’t fulfill this requirement. )
can you explain what return manifestCopy at the very bottom is supposed to do? Also check your weight validation, the lab specifics that weight must be a positive number.
return manifestCopy this is not actually included. I already passed it! I figured the weight validation should also check if it’s not a number and a zero. Thanks!
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.