JSFiddle - React, Tailwind, and code Playground

by John Allan

JavaScript

let a = 1;
let b = 5;
let c = a = b;
console.log(a,b,c);