function foo(x=5,y){ return [x,y];}const ret = foo(5);console.log(ret);t.me/forcoder/1309August 24, 2026 208 1