all reset
☀ Lights
Netbax Online Editor Try it Yourself
Run
HTML
reset
copy
Js
JAVASCRIPT
reset
copy
function mytype(){var console = "welcome to netbax.net!"; function type1() {document.writeln(console + '');}type1();}mytype();