Open klinquist opened 3 years ago
This script joins lines into a JS array, converting to numbers to numbers along the way: Sample input:
line 1, 23.12 another option -85
Output:
["line 1,",23.12,"another","option",-85]
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
This script joins lines into a JS array, converting to numbers to numbers along the way: Sample input:
Output: