JSFiddle - React, Tailwind, and code Playground by pierian_design February 17, 2022 JavaScript let a = 1; let b = a; a = a + 4; console.log(b);