Skip to content

Latest commit

 

History

History
executable file
·
1 lines (1 loc) · 290 Bytes

File metadata and controls

executable file
·
1 lines (1 loc) · 290 Bytes

The console is part of the browser and is a tool used for debugging JavaScript. However, as the sample code has its own console, whatever you print on the console will show up there. The method .log() outputs a message to the console. Feel free to change "Hello" and print something else!