You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace archive link with actual link to the blog post (mdn#40505)
Ideally, archive links should be used only if the original URL/domain does not
work anymore, or has changed content that no longer matches the intent here.
That is not the case for this blog post, hence replacing the archive link with
actual URL feels like the right thing to do.
Copy file name to clipboardExpand all lines: files/en-us/glossary/iife/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ page-type: glossary-definition
5
5
sidebar: glossarysidebar
6
6
---
7
7
8
-
An **IIFE** (Immediately Invoked Function Expression) is an idiom in which a {{glossary("JavaScript")}} {{glossary("function")}} runs as soon as it is defined. It is also known as a _self-executing anonymous function_. The name IIFE is promoted by Ben Alman in [his blog](https://web.archive.org/web/20171201033208/http://benalman.com/news/2010/11/immediately-invoked-function-expression/#iife).
8
+
An **IIFE** (Immediately Invoked Function Expression) is an idiom in which a {{glossary("JavaScript")}} {{glossary("function")}} runs as soon as it is defined. It is also known as a _self-executing anonymous function_. The name IIFE is promoted by Ben Alman in [his blog](http://benalman.com/news/2010/11/immediately-invoked-function-expression/#iife).
0 commit comments