JSFiddle - React, Tailwind, and code Playground

by Steven Bey

JavaScript

function test(a, b){
	console.log(a, b);
}
var x;
tes(x = 1, x);