JSFiddle - React, Tailwind, and code Playground

by Laxmikant Dange

TypeScript

function abc(...[a]){
	console.log(a)
}


abc(1,2,3)