From tooling's perspective, it is a good practice. While the return type can be inferred, the parameter's could normally be anything which is safe to convert to a number:
multiply("24", true)
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
From tooling's perspective, it is a good practice. While the return type can be inferred, the parameter's could normally be anything which is safe to convert to a number:
This comment is hidden because it contains spoiler information about the solution