Code viewer for World: Word Methods (clone by gma...

// Cloned by gmac1011 on 21 May 2019 from World "Word Methods" by Alex Murphy 
// Please leave this clone trail here.
 
var word = 'Elliot is trash';

var output;

output = endsWith('h')

function setup() {
    createCanvas(710, 400);
        $.getScript ( "uploads/alexmurphy1996/stringmethodes_code.js", function() {
            setup();
        });
}