JSFiddle - React, Tailwind, and code Playground

by jayakrishnancn

JavaScript

var x = 10; 
let y = 20 ;
const z = 30;
console.log(window.x)
console.log(window.y)
console.log(window.z)