JSFiddle - React, Tailwind, and code Playground

by Daan De Smedt

JavaScript

var count = 0;
var message = "value of Variable Count by increment  is:"+ (++count);
console.log(message);