Skip to content

Commit

Permalink
fix typo: remove the extra parenthesis (#37500)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Jan 5, 2025
1 parent 178630a commit d8fdf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/glossary/iife/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IIFEs are a common pattern used to execute arbitrarily many statements in their

Use cases of IIFEs include:

- Avoiding polluting the global namespace by creating a new {{glossary("scope")}}).
- Avoiding polluting the global namespace by creating a new {{glossary("scope")}}.
- Creating a new async context to use {{jsxref("Operators/await", "await")}} in a non-async context.
- Computing values with complex logic, such as using multiple statements as a single expression.

Expand Down

0 comments on commit d8fdf0f

Please sign in to comment.