JSFiddle - React, Tailwind, and code Playground

by yash009

JavaScript

let a = 3;
b = a;
b = 5;
console.log(b);