This includes certificates (where it does nothing), but does not include any translations.
1.8 KiB
1.8 KiB
id, title, challengeType, isHidden, forumTopicId
id | title | challengeType | isHidden | forumTopicId |
---|---|---|---|---|
587d7fb0367417b2b2512bed | Meet the Node console | 2 | false | 301515 |
Description
Instructions
If you have not already done so, please read the instructions in the introduction and start a new project on Glitch using this link.
Modify the myApp.js
file to log "Hello World" to the console.
Tests
tests:
- text: <code>"Hello World"</code> should be in the console
testString: 'getUserInput => $.get(getUserInput(''url'') + ''/_api/hello-console'').then(data => { assert.isTrue(data.passed, ''"Hello World" is not in the server console''); }, xhr => { throw new Error(xhr.responseText); })'
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.
*/