Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 880 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 880 Bytes

JS2 First mission

⚠️ If your assignment has been given to you through GitHub Classroom, this repository does not need to be forked: open the created repository using CodeSpaces OR clone the created repository!

Answer the exercises inside each folder

Part 1

Part 2

💡 Inside a CodeSpace or VS Code, you can also use the shortcut: Control+Alt+N (or ⌃ Control+⌥ Option+N on macOS), or press F1 and then select/type Run Code, the code will run and the output will be shown in the Output window.

Make sure your code respects the code style guide ✍️

If you are getting an error message when using git push, use git push --force instead! In general this is bad practice ⛔️ but GitHub Classroom requires it.