JSFiddle - React, Tailwind, and code Playground
by swamimayank
JavaScript
$(document).ready(function(){
var hello$ ='sss';
var $a ='tt';
alert(hello$);
alert($a);
});
by swamimayank
$(document).ready(function(){
var hello$ ='sss';
var $a ='tt';
alert(hello$);
alert($a);
});