Skip to content
Sign UpLog In

Listified Tokens, or Somebody's JavaScript Homework

365Erik
365Erik
Made with
Node.js
Node.js

Convert strings of the form "(1, 2, 3), (4, 5, 6), (7, 8, 9)" into multidimensional arrays of the form [[1, 2, 3], [4, 5, 6], [7,8,9]].

Total Tips
0
Loading comments...