StackOverflow Questions for Tag: iife

Grace Huang
Grace Huang

Reputation: 5679

Why prefix an IIFE by a negation operator (exclamation mark)?

Score: 4

Views: 129

Answers: 4

Read More
FrontEnd Expert
FrontEnd Expert

Reputation: 5803

self executing function jquery vs javascript difference

Score: 41

Views: 27288

Answers: 9

Read More
Jean B
Jean B

Reputation: 341

Invoking JavaScript Self Executing Function with Parameters

Score: 1

Views: 1796

Answers: 1

Read More
Prisoner ZERO
Prisoner ZERO

Reputation: 14166

What is the purpose of declaring a parameter named “undefined” in IIFEs?

Score: 60

Views: 8337

Answers: 3

Read More
serg66
serg66

Reputation: 1148

Why bother passing arguments to IIFEs when you can just write the expression directly in the body?

Score: 4

Views: 163

Answers: 4

Read More
AngularNewbie
AngularNewbie

Reputation: 83

Why write a non-strict-mode IIFE that invokes a strict-mode function expression passed to it?

Score: 7

Views: 406

Answers: 2

Read More
olegmil
olegmil

Reputation: 455

How can I invoke a named IIFE again by the name I gave it?

Score: 2

Views: 160

Answers: 2

Read More
rubixibuc
rubixibuc

Reputation: 7397

Self invoking functions javascript

Score: 3

Views: 12839

Answers: 6

Read More
Matt Zeunert
Matt Zeunert

Reputation: 16561

Why does an IIFE that appears after an object literal expression throw an error?

Score: 6

Views: 1877

Answers: 1

Read More
Phillip Senn
Phillip Senn

Reputation: 47605

Once an IIFE expression is stored in a variable, why can’t the function be invoked again?

Score: 23

Views: 25160

Answers: 6

Read More
Royi Namir
Royi Namir

Reputation: 148524

Why does the function expression in an IIFE have to be wrapped in parentheses?

Score: 1

Views: 2198

Answers: 2

Read More
TheGeekZn
TheGeekZn

Reputation: 3914

Return a variable as a property in an IIFE

Score: 4

Views: 931

Answers: 1

Read More
frank
frank

Reputation: 1

JavaScript / JQuery = Strange function definition , Syntax never seen before?

Score: -1

Views: 1323

Answers: 2

Read More
Lorenzo
Lorenzo

Reputation: 29427

What is this unknown JavaScript syntax?

Score: 1

Views: 191

Answers: 5

Read More
Royi Namir
Royi Namir

Reputation: 148524

Jquery plugin syntax explained?

Score: -1

Views: 251

Answers: 2

Read More
Legend
Legend

Reputation: 116820

What does (function($) {})(jQuery); mean?

Score: 326

Views: 275526

Answers: 6

Read More
Himmators
Himmators

Reputation: 15006

What does it mean whenever a function ends with })(jQuery);?

Score: 4

Views: 301

Answers: 3

Read More
Jiew Meng
Jiew Meng

Reputation: 88197

In Javascript, what does this syntax mean?

Score: -2

Views: 231

Answers: 2

Read More
C. Morgan
C. Morgan

Reputation: 75

I have no idea what this code is

Score: 1

Views: 2080

Answers: 2

Read More
Yarin
Yarin

Reputation: 183549

Help understanding javascript convention

Score: 1

Views: 156

Answers: 3

Read More
PreviousPage 1Next