JSFiddle - React, Tailwind, and code Playground

JavaScript

function test(a,b,c){
	/* nulla :) */
  console.log(b);
}

test(1,2,3);
test();
test(1,2,3,4);