Skip to content Skip to sidebar Skip to footer
Showing posts with the label Function Expression

Why Can’t I Assign Values To A Variable Inside A Named Function Expression With The Same Name?

This is a named function expression with the name test. Inside, I assign 123 to a variable, also na… Read more Why Can’t I Assign Values To A Variable Inside A Named Function Expression With The Same Name?

Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In Javascript?

Recently I ran into some interesting facts about named function expressions (NFE). I understand tha… Read more Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In Javascript?