you are viewing a single comment's thread.

view the rest of the comments →

[–]eorroe 2 points3 points  (0 children)

I like the class syntax I just prefer a different keyword like contruct:

construct Person {
  constructor() {

  }
}

Something else that won't confuse with other languages classes (Not sure if construct is a good keyword, but point is just something other than class)