Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Variables In Self Invoking Function

let/var declared inside of a self invoking function go away outside of it. consts remain. So if you want it to disappear, use var/let. If you want it to stay, const or nothing
 
PREVIOUS NEXT
Tagged: #Variables #In #Self #Invoking #Function
ADD COMMENT
Topic
Name
6+9 =