Login
Remember
Register
Ask a Question
Declaring variables with which of the following keywords, will make the variable immutable?
0
votes
asked
Jan 21, 2020
in
ECMAScript
by
GeorgeBell
Declaring variables with which of the following keywords, will make the variable immutable?
(1)let
(2)var
(3)const
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 21, 2020
by
GeorgeBell
const
...