4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
const add = (x, y) => x + y;
|
|
|
|
add(1, 4);
|
const add = (x, y) => x + y;
|
|
|
|
add(1, 4);
|