연습

// Some code
// Some code
const a = 1;
const b = 2;

function add(a, b) {
    return a + b;
}
더보기

Last updated