Closed lounsbrough closed 2 years ago
It seems that these two return false lines are redundant. There's only one path that can return a truthy value, any other path returns false.
return false
It seems that these two
return false
lines are redundant. There's only one path that can return a truthy value, any other path returns false.