javascript-analyzer
javascript-analyzer copied to clipboard
Improve resistor-color-duo: detect unary +
Describe the improvement:
When a solution has +expression
instead of Number(expression)
, and it's otherwise optimal, we want to give a specific message. It should still approve, but add a message that Number(...)
is preferred over unary +
.
Which exercise
resistor-color-duo