const ab = [ 1, 2, 3, 4, 5, ] function test( a, b, c, d, ) { return a + b + c + d } export default test