In ES6 – Which keyword is used to initiate a class?
Options:
Explanation:
In ES6 – A class is a type of function, but instead of using the keyword
function to initiate it, we use the keyword
class.
Tags:
React JS
Answer:
In ES6 – Which keyword is used to initiate a class class.