JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

JavaScript

let test1 = true
let test2 = true
let test3 = true
let test4 = false
let var1 = ''

test1 && test2 && test3 && ( test4 && (var1 = 'match'), var2 = 'match' )

console.log(var1, var2)