JSFiddle - React, Tailwind, and code Playground by yash009 August 27, 2021 JavaScript let a = 3; b = a; b = 5; console.log(b);