0 votes
in ECMAScript by

Declaring variables with which of the following keywords, will make the variable immutable?

(1)let
(2)var
(3)const

1 Answer

0 votes
by
const
...