Coderwall
Ruby
Python
JavaScript
Front-End
Tools
iOS
More
Tips
Ruby
Python
JavaScript
Front-End
Tools
iOS
PHP
Android
.NET
Java
Jobs
Jobs
Sign In or Up
Joined June 2018
·
zemiak
zemiak
0 Protips
1 Comments
Posted to
JavaScript function overloading
over 1 year ago
in find() correctly should be:
if (arguments.length === 1 && typeof(arguments[0]) === 'string')
Achievements
1 Karma
0 Total ProTip Views
Interests & Skills
>
in find() correctly should be:
if (arguments.length === 1 && typeof(arguments[0]) === 'string')