JSFiddle - React, Tailwind, and code Playground

by nerdycap007

JavaScript

function func(){
	console.log(arguments.length)
}

func(1, 4, 5, 3)