Files
30-seconds-of-code/glossary/Scope.md
2019-08-13 11:19:29 +03:00

178 B

title, tags
title tags
Scope Scope

Each function has its own scope, and any variable declared within that function is only accessible from that function and any nested functions.