You can access the Developer Tools of your browser through the menu:
You should see something like this. The command line is the Javascript console.
-
Try typing
console.log("Hello!")
to see the console writeHello!
-
Try typing
1+1
to see the console return the value ```2`` -
Try typing
Math.sin(Math.PI/3)
to get the$\sin(\pi)$