Home »
MCQs »
ReactJS MCQs
In ES6 – Which are the keywords to define variables?
26. In ES6 – Which are the keywords to define variables?
- var
- let
- const
- All of the above
Answer: D) All of the above
Explanation:
In ES6 – There are three ways of defining your variables: var, let, and const.