Code viewer for World: Lesson 3

// Cloned by Phil McMahon on 21 May 2019 from World "Word Methods" by Alex Murphy 
// Please leave this clone trail here.
 
var word = 'MrMcMahon';


var output;
output = word.charAt(3);



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