Ad
Code
Diff
  • function compute() {
      return 2;
    }
    • function compute() {
    • return 1;
    • return 2;
    • }

not sure what this is...

function compute() {
  return 1;
}