JSFiddle - React, Tailwind, and code Playground by Steven Bey August 27, 2019 JavaScript function test(a, b){ console.log(a, b); } var x; tes(x = 1, x);