javascript-analyzer icon indicating copy to clipboard operation
javascript-analyzer copied to clipboard

Improve resistor-color-duo: detect unary +

Open SleeplessByte opened this issue 5 years ago • 0 comments

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

SleeplessByte avatar Sep 26 '19 13:09 SleeplessByte