JSFiddle - React, Tailwind, and code Playground by John Allan December 14, 2018 JavaScript let a = 1; let b = 5; let c = a = b; console.log(a,b,c);