About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
JVPartanen
10/1/2017 - 7:31 AM
share
Share
add_circle_outline
Save
array of strings -> array of numbers
strings ti numbers.js
content_copy
file_download
var array = ["34", "45", "89"]; var numberArray = array.map(parsefloat);
clear