JSFiddle - React, Tailwind, and code Playground

by tobek

HTML

Does this browser preserve white-space with function toString? Let's see!
<br>
<pre></pre>

JavaScript

function ungh() {
    console.log('yo');
    return 'huuuuuuuuuuuuu';
}

$('pre').html(ungh.toString());