You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm, so else (soFar != null) only evaluates a expression without side effects, so this line just does nothing. since the if branch has a return, the else branch isn't necessary. That's why this code still works anyway.
pull-split/index.js
Line 36 in 5ff5dc5
The text was updated successfully, but these errors were encountered: