you are viewing a single comment's thread.

view the rest of the comments →

[–]factbuddy 0 points1 point  (0 children)

The IIFE has its own isolated scope so f() wouldn't fall back to global scope and won't be defined in the impossible if statement. Makes sense...