js-by-examples
js-by-examples copied to clipboard
No longer an hoisting issue
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