In ES6 – Which keyword is used to define a constant?

31. In ES6 – Which keyword is used to define a constant?

  1. var
  2. const
  3. let
  4. constant

Answer: B) const

Explanation:

In ES6 – The const keyword is used to define a constant.


Comments and Discussions!









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