argument is a special parameter of a function in JavaScript. For example, below, uses argument to access function parameters and determine whether the function is executed
Use the length attribute of argument to return the number of parameters.
Use argument objects to simulate overloading functions
Have you guys gained a new understanding of argument? In fact, it can do more things. Children, please think about it and try more.