JSFiddle - React, Tailwind, and code Playground

by Abid Akhtar

JavaScript

function sum(a,b){
var result = a + b;
}

sum();

console.log(result);