JSFiddle - React, Tailwind, and code Playground

by Alex Myronov

JavaScript

/* flatten */ 
/* input: [1, [2, 3], [[2]]]  */
/* output: [1, 2, 3, [[2]]]  */