The function signature consists of the method name and the number of arguments the function required. The parameters of a function don't need to be declared within the body of the function because they are already declared inside the function header. In Javascript, arguments are passed positionally.