JS1100: Expected ','

A required comma is missing between parameters in a function declaration.

To correct this error

  • Use a comma to separate each parameter in the function declaration.

See Also

Concepts

Troubleshooting Your Scripts

Reference

function Statement

Other Resources

JScript Reference