JSFiddle - React, Tailwind, and code Playground

by Avinashullal

JavaScript

console.time('My Math');
let x = 5 + 5 + 5 + 5 + 5 + 5 + 5 + 5;
console.log(x);
console.timeEnd('My Math');
console.log('Done the math.');
greet('Anonymous');