3 lines
44 B
JavaScript
3 lines
44 B
JavaScript
|
function hello() {
|
||
|
console.log('world');
|
||
|
}
|