4 lines
No EOL
48 B
JavaScript
4 lines
No EOL
48 B
JavaScript
output = 4;
|
|
function so() {
|
|
return output;
|
|
} |