1 parent af36ddb commit 109300fCopy full SHA for 109300f
1 file changed
js codes.docx
@@ -1849,7 +1849,8 @@ until they are assigned because they are in Temporal dead zone.To avoid Temporal
1849
-- console.log(getName); without parenthisis -- print the body of function.
1850
-- if we remove var x=7 then it will get as refrennce error: x is not defined because x is not present at all and we are trying to access it.
1851
-- with arrow and function expression
1852
--- callstack
+-- callstack
1853
+-- console.log(greetingName) //print the body of a function
1854
1855
Examples:
1856
1. Hoisting Function: If i write below code then JS compiler auto move declaration first then call of a function.
0 commit comments