Arguments after rest parameter?

# Bradley Meck (15 years ago)

I was looking through some code and noted some styles encourage the last argument to be significant (optional parameters and callbacks after them for example). Is there a reason function foo(a,...b,c) would not be feasible?