Browse Source

fix: fix error code result

pull/46/head
王阔 2 years ago
parent
commit
f0f0d1df1b
  1. 2
      README.md

2
README.md

@ -222,7 +222,7 @@ function sum(a, b) {
// Having untyped fun here. // Having untyped fun here.
const guessWhat = sum([], {}); // -> "[object Object]" const guessWhat = sum([], {}); // -> "[object Object]"
const guessWhatAgain = sum({}, []); // -> 0 const guessWhatAgain = sum({}, []); // -> "[object Object]"
``` ```
_Bad 👎🏻_ _Bad 👎🏻_

Loading…
Cancel
Save