Last active
December 8, 2017 14:30
-
-
Save vitalets/a7b8a7aff2f7ecb810cb4d420c48879f to your computer and use it in GitHub Desktop.
Incorrect sum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default function sum(a, b) { | |
return a * b; // a bug | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment