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

// Cloned by CA400_tst1 on 19 May 2019 from World "Word Methods" by Alex Murphy 
// Please leave this clone trail here.
 
let word = 'Example';

let output = word.endsWith('f');


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