const async = 'meow'; function size(from, to) { return to - from + 1; } console.log(size(1, 10), async);