Jason Jeffries

24%
Flag icon
JavaScript does have function scope. That means that the parameters and variables defined in a function are not visible outside of the function, and that a variable defined anywhere within a function is visible everywhere within the function.
JavaScript: The Good Parts: The Good Parts
Rate this book
Clear rating
Open Preview