Code viewer for World: Word Methods
var word = 'Example';

var output = word.split('');



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