JSFiddle - React, Tailwind, and code Playground

by Xeon06

JavaScript

String.prototype.foo = function() {
    return this + "+";
}

var str = "Notepad";
console.log(str.foo().foo().toUpperCase());