JSFiddle - React, Tailwind, and code Playground by Salmin Skenderovic April 13, 2023 JavaScript function doSomething(x = ['a']) { console.log(x) } doSomething(undefined)