Is it possible to get all arguments of a function as single object inside that function? by IT Nursery In PHP there is func_num_args and func_get_args, is there something similar for JavaScript? 11 Answers 11