|
|
|
|
|
by adambrenecki
2969 days ago
|
|
'a' and 'm' are assigned to in the body of the function. Having them as arguments that aren't provided (and thus initially set to undefined) just ensures that they can be assigned to without 'var', saving a character or two. |
|