def to_int(a, b): ...
def to_int(*args): ...
function fn(a, b) { comnsole.log(a, b) }
function fn() { const a = arguments[0] const b = arguments[1] console.log(a, b)
and that's what people seem to struggle with and argument over for whatever strange reason.
and that's what people seem to struggle with and argument over for whatever strange reason.