JSFiddle - React, Tailwind, and code Playground by Qwerty_Wasd May 19, 2019 JavaScript let a = 5; let b = a; b = 6; console.log(a, b);