Learn how to convert a list into an array in JavaScript
🚨 Real-world use-case: I wanted to convert an excel list into an array; it had 200+ records, so a pain to do manually. So why not create something easy in JavaScript! The end goal is to have a textarea where we can input our list and auto-convert it...
Aug 26, 20202 min read99

