JSFiddle - React, Tailwind, and code Playground

by kkdaily

JavaScript

function test({ hello: world }) {
	alert(world)
}

test({ hello: 'testing'})