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