* Add link to boilerplate Glitch file The boilerplate link is hard to see in the previous "introduction" page. I was using the old Glitch project link, and was confused. When I googled for a solution, it was clear than others had also been quite confused. I believe this additional instruction will help many people. * Direct people back to introduction page Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> * Remove unnecessary indentation Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> * Remove spaces on empty line Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * Remove spaces on empty line Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * Add empty line to fix markdown link Markdown link needs a blank line to render correctly * fix: add extra line to prevent linting error * fix/remove-bullet-points Co-authored-by: Randell Dawson <rdawson@onepathtech.com> Co-authored-by: Tom <tmondloch01@gmail.com>
		
			
				
	
	
	
		
			1.6 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.6 KiB
		
	
	
	
	
	
	
	
id, title, challengeType, forumTopicId
| id | title | challengeType | forumTopicId | 
|---|---|---|---|
| 587d7fb0367417b2b2512bed | Meet the Node console | 2 | 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
// solution required