E0379: optional parameter cannot be followed by a required parameter
Optional parameters need to be placed after the required ones.
To fix this warning, we need to place the required parameter(s) first, followed by the optional parameters
Find bugs in JavaScript programs.
Optional parameters need to be placed after the required ones.
To fix this warning, we need to place the required parameter(s) first, followed by the optional parameters