Values and Variables
Store strings, numbers, booleans, and objects.
What you’ll learn
Use const for bindings that will not be reassigned and let when reassignment is required. Values still have their own types.
Press Ctrl/Cmd + Enter to run.
Store strings, numbers, booleans, and objects.
Use const for bindings that will not be reassigned and let when reassignment is required. Values still have their own types.
Press Ctrl/Cmd + Enter to run.