Hey freeCodeCamp,
Question #13 “In which scenario would you use a static method over an instance method?”
I believe the correct answer is “When the method doesn’t rely on instance-specific data and operates on class-level data.”
If it is, it is being marked incorrect.
Also, on #20. “What is the primary use of static properties?”
One of the options misspelled “properties”: “To define default propeties for each class instance.”
Thanks!