This is a simple Hello World program to introduce students to basic programming in Javascript
Pasting the code snippet to the the browser console panel will print out basic Hello messages
Any browsers would work but it is recommended to use Google Chrome
Every browser has a different way of accessing the console, which is usually the easiest to test out some Javascript code
In Chrome, right click on a page and select Inspect or press the key combination Ctrl/Command + Shift + I
Within the Console tab of the Developer Console, try the following commands out and press Return or Enter key
console.log ('Hello World');
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Billie Thompson - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc