3 lines
No EOL
48 B
JavaScript
3 lines
No EOL
48 B
JavaScript
const square = function(x) {
|
|
return x * x;
|
|
} |