CARD 1
Introduction
Login to report note issues for this section.
Variables — var, let, const
A variable is a named container that stores a value in memory.
codejs
Login to report note issues for this section.
var, let, constA variable is a named container that stores a value in memory.