Skip To Main Content

This is pretty cool

yoyoyo this is the text

//sample block 1

function showStuff(stuff){
     console.log(stuff);
}
//sample block 2

function doSomething(something){
     Do(something);
}

function Do(something){
     console.log("Doing something");
}