Skip to content

Instantly share code, notes, and snippets.

@vitalets
Last active December 8, 2017 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitalets/a7b8a7aff2f7ecb810cb4d420c48879f to your computer and use it in GitHub Desktop.
Save vitalets/a7b8a7aff2f7ecb810cb4d420c48879f to your computer and use it in GitHub Desktop.
Incorrect sum
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