5 lines
No EOL
68 B
JavaScript
5 lines
No EOL
68 B
JavaScript
function hello(){
|
|
console.log("hello");
|
|
}
|
|
|
|
window.hello = hello; |