Hao Jin
Results
1
issues of
Hao Jin
The "contains/include" function in original underscore could deal with array correct, such as `["apple","banana","orange"]`. When search a key named "a", the original contains would return `-1`. But the underscore.string recover...