Skip to content

Latest commit

 

History

History

how-many-arguments

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Create a function argsCount, that returns the count of passed arguments

argsCount(1, 2, 3) -> 3
argsCount(1, 2, 3, 10) -> 4