In ES6 what is new spec, "block-level function declaration" mean?

Viewed 1270

I'm going down the es6 compatibility table trying to learn Here.

in the bindings section it says "block-level function declaration?". I'm unable to find any blogs or documentation besides the offical spec on that combinations of words.

Question: What is "block-level function declaration" referring to?

2 Answers
Related