In Javascript, we can call methods on string literals directly without enclosing it within round brackets. But not for other types such as numbers, or functions. It is a syn
Use the decimal point where the number expects it, and the dot operator will work as the object expects it.
7.0.toFixed(0)