js-by-examples icon indicating copy to clipboard operation
js-by-examples copied to clipboard

No longer an hoisting issue

Open kgsnaidu opened this issue 7 years ago • 0 comments

Hi Manoj,

We have to update functions_inside_conditional_blocks.md New JS engines obaying conditional functional declarations. Run the code of functions_inside_conditional_blocks.md in console: output will be:

innerFunc: Inside if
innerFuncExpr: Inside if

kgsnaidu avatar Jun 05 '17 18:06 kgsnaidu