JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

JavaScript

function lolcalise(string) {
    'use strict';
    
    return 'One does not simply... ' + (string || '');
}

alert(lolcalise('some text'));