JSFiddle - React, Tailwind, and code Playground

by Viet27th

JavaScript

let fu = function () {
console.log(arguments.length)
 	
}
fu(27,9,11)