What is the concept of "Class" in javaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the concept of "Class" in javaScript?

I am familiar with Object in JavaScript.

7th Dec 2016, 1:54 PM
ABC
ABC - avatar
1 Answer
0
JS is prototype based language. There is no class. However analogy can be made.
7th Dec 2016, 4:45 PM
Rishi Anand
Rishi Anand - avatar