0
Shortcuts
so, i am new to javascript, and i have questions for other methods for example, to print hello world, can i just put print(hello world) i am confused
1 Resposta
+ 5
This might help you 👇
https://goo.gl/search/Shortcut+to+print+in+javascript
Printing JavaScript Output - JavaScripter.net Print menu of the browser (or the keyboard shortcut, e.g. Ctrl+P on Windows systems). use the window.print() method to open the Print dialog.