In ES6 – Which are the keywords to define variables?

26. In ES6 – Which are the keywords to define variables?

  1. var
  2. let
  3. const
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.