Course · Section 14: Object-Oriented Programming (OOP) With JavaScript · Lecture 227: Setters and Getters
Using a `Temperature` class with a `fahrenheit` getter, implement `toF(celsius)` returning the Fahrenheit value.
+ 1 hidden test run on Submit.
A getter computes a derived value accessed as a property.
Run your code to see results.