Demystifying Function Declarations Within Conditional Blocks
In the two previous posts in this series about hoisting, we talked about how function declarations - using the function keyword - are hoisted along with their definitions. This means we can call such a function BEFORE its code even appears, and it wi...
corina.hashnode.dev2 min read