JSFiddle - React, Tailwind, and code Playground by shrpne January 30, 2019 JavaScript function fff({a = 1, b} = {}) { alert(JSON.stringify({a, b})) } fff()