My presentation

this is some cool stuff

Vertical Split Layout

Press the 's' key to see the speaker notes

code sample

//this is a pretty cool code
function doCoolStuff(things, other) {
    for(var i=0; i<other.length; i++) {
        console.log("doing thing " + i + things[i]);
    }
}
//don't you think?

/* yes, i really like it */
function doMoreStuff(more) {

    //this is where the real action happens
    more.map((x)=> {
        console.log(x);
    });
}

function doMoreStuff(more) {

    //this is where the real action happens
    more.map((x)=> {
        console.log(x);
    });
}

function doMoreStuff(more) {

    //this is where the real action happens
    more.map((x)=> {
        console.log(x);
    });
}
    

Infopocalypse 2020

@joshmarinacci

This is a really cool quote from a really famous guy

page 7

page 8

currnet slide
next slide
my notes
questions