We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 722fbb8 + 765d474 commit 70ea45bCopy full SHA for 70ea45b
1 file changed
problems/scope/problem.md
@@ -29,7 +29,7 @@ IIFE, Immediately Invoked Function Expression, is a common pattern for creating
29
30
Example:
31
```js
32
-(function () { // the function expression is surrounded by parenthesis
+(function () { // the function expression is surrounded by parentheses
33
// variables defined here
34
// can't be accessed outside
35
})() // the function is immediately invoked
0 commit comments