JSFiddle - React, Tailwind, and code Playground by phrontisteries August 24, 2018 JavaScript var f = function(a, b){ return a + b; } var str = String(f); console.log(str);