Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ First, the syntax: how to see what is what in the code.
// Function Expression
let sum = function(a, b) {
return a + b;
}
};
```

The more subtle difference is *when* a function is created by JavaScript engine.
Expand Down