Successfully added
JavaScript
by Patrik
const declarations are block scoped
Like let declarations, const
declarations can only be accessed within the block they were declared.
Referenced in:
Like let declarations, const
declarations can only be accessed within the block they were declared.
Comments