rspec/rules/S1528/javascript/message.adoc

9 lines
191 B
Plaintext

=== Message
Use either "Array.from()" or a literal instead of the "Array" constructor.
When the only argument is a numeric literal:
Use "Array.from()" instead of the "Array" constructor.