Skip to content

Commit

Permalink
Update 3.md
Browse files Browse the repository at this point in the history
函数缺少闭合大括号
  • Loading branch information
TopGrd committed May 7, 2018
1 parent eef0576 commit 4f67f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.md
Expand Up @@ -89,7 +89,7 @@ console.log(x + z);
```js
const halve = function(n) {
return n / 2;

}
let n = 10;
console.log(halve(100));
// → 50
Expand Down

0 comments on commit 4f67f0e

Please sign in to comment.