4 lines
200 B
JavaScript
4 lines
200 B
JavaScript
function thisIsAFunctionWithAVeryLongNameAndWayTooManyParameters(thisIsTheFirstParameter, andThisOneIsRelatedToIt, butNotThisOne, andNeitherThis, inFactThereArentThatManyParameters) {
|
|
throw null;
|
|
}
|