JSFiddle - React, Tailwind, and code Playground

by shrpne

JavaScript

function fff({a = 1, b} = {}) {
	alert(JSON.stringify({a, b}))
}

fff()