Update 3.md
@ -89,7 +89,7 @@ console.log(x + z);
```js
const halve = function(n) {
return n / 2;
}
let n = 10;
console.log(halve(100));
// → 50
The note is not visible to the blocked user.