Back to Developer Roadmap

[var] keyword

src/data/roadmaps/javascript/content/[email protected]

4.0479 B
Original Source

[var] keyword

The var statement declares a function-scoped or globally-scoped variable, optionally initializing it to a value.

Visit the following resources to learn more: