Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove some space.
  • Loading branch information
Markus Amalthea Magnuson committed Apr 18, 2013
commit b0b381d915850c9e8f4ca022021050edb08a9af5
2 changes: 1 addition & 1 deletion page/javascript-101/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A common pattern in JavaScript is the immediately-invoked function expression. T
var foo = "Hello world";
})();

console.log( foo ); // undefined!
console.log( foo ); // undefined!
```

## Functions as Arguments
Expand Down