← Code LabJavaScript0/50 solved · 0%
Control flow · easy

5. if / else

Branch on a condition.

Write `feeTier(gwei)` returning `"low"` under 10, `"medium"` under 50, otherwise `"high"`.
Required in your answer: if