About Lesson
Introduction:
Parameters are additional information passed to a function. The parameters are passed to the function within parentheses after the function name and separated by commas. A function in JavaScript can have any number of parameters and also at the same time a function in JavaScript can not have a single parameter.
Exercise Files
No Attachment Found
Join the conversation