We will explain in the following order:
Run&Save - click this button to run the challenge’s default unit tests.
Note ☝️
Useful for checking your score!
Debug - click this button to execute your source code.
Note ☝️
Useful for debugging*!*
Test Output- check this tab to see the summary of your unit test results.
Note ☝️
Each row is a link. Click on it to jump to the result details.
If you want to log out something to the console, using the Debug button is efficient.
For example, if you want to log out something from the main function below, you can write a code like this inside (This example is using JavaScript) ...