3024 (Night)

function foo(items) { const x = 2; const y = 'unicorn'; return x + items; }
Download