RSSAmplifier

Burhanuddin Udaipurwala · Jul 28, 2021

The const keyword does not create immutable variables

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The const keyword creates a read-only reference to a value. It does not mean that the value itself is immutable. It is just that the variable identifier cannot be reassigned

Read on burhanuday.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.