Back to Developer Roadmap

[let] keyword

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

4.0351 B
Original Source

[let] keyword

The let declaration declares a block-scoped local variable, optionally initializing it to a value.

Visit the following resources to learn more: