JSFiddle - React, Tailwind, and code Playground

by Salmin Skenderovic

JavaScript

function doSomething(x = ['a']) {
  console.log(x)
}


doSomething(undefined)