JS

JavaScript ES6 - Classes in es6

15.

What is a class in ES6?

A JavaScript function that is used to perform a specific task.

A data structure used to store multiple values of different types.

A way to define a set of related functions in JavaScript.

A blueprint for creating objects with predefined properties and methods.