Classes https://makecode.calliope.cc/javascript/classes
Traditional JavaScript focuses on functions and prototype-based inheritance as the basic means of building up reusable components, but this may feel a bit awkward to programmers more comfortable with an object-oriented approach, where classes inherit functionality and objects are built from these classes.
If you’re familiar with classes in other languages, you may have noticed in the