JSFiddle - React, Tailwind, and code Playground

by phrontisteries

JavaScript

var f = function(a, b){
    return a + b; 
}
var str = String(f);
console.log(str);