JavaScript coding challenge

Defining static class properties

āœØ Your Task

Define a static class property make and assign the value Ferrari to it.

āœļø JavaScript
šŸ‘‰ Press "Run" and check the result below.
Test cases
Class Car should have a static property make having a value Ferrari

Want to try another challenge?