JavaScript Global Variable and Local Variable in Tamil | JavaScript tutorial in Tamil

Опубликовано: 05 Октябрь 2024
на канале: selva tutorials
4,775
70

Global Variable can be access at any where in the program ,but it should be declare outside the function .
Local Variable can be access at only inside the function ,it should be declare inside the function only.