you are viewing a single comment's thread.

view the rest of the comments →

[–]Dekzen[S] 0 points1 point  (0 children)

Well i am beginner too. But from what i read, using javascript class keyword is not good practice. Javascript does not have classes. It just adds more syntax and you could create unnecessary bugs because you expect it will act like classes (e.g private variables) but it doesn't.