HOISTING -> Points to Remember - All declaration of both variables and functions are processed before any part of code is executed see in image- 2.Variable declaration are scanned and made Undefined. Function declaration are scanned and made Ava...
rohanagrawal.hashnode.dev2 min readNo responses yet.