1 2 3 4 5 6 7
export function keepSecondArgument(bacon1234) { return bacon1234.arguments[1]; } export function bacon(heloooo) { return heloooo.arguments[1]; }