Parameters
Last updated
Was this helpful?
Last updated
Was this helpful?
Parameters are written in camelCase.
BAD:
GOOD:
Single character values are to be avoided except for temporary looping variables. You can also use _
for unused variables, m
for and e
for .