* add solution to a challenge add solution to the challenge: add-a-description-to-your-package-json * add comment to all backend challenges The comment expllains that these challenges don't need a solution.
1.7 KiB
1.7 KiB
id, title, challengeType, isRequired, forumTopicId
id | title | challengeType | isRequired | forumTopicId |
---|---|---|---|---|
bd7158d8c443edefaeb5bd0f | File Metadata Microservice | 4 | true | 301506 |
Description
Instructions
Tests
tests:
- text: I can submit a FormData object that includes a file upload.
testString: ''
- text: 'When I submit something, I will receive the file size in bytes within the JSON response.'
testString: ''
Challenge Seed
Solution
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/