Code Block Test

function logStuff() {
  var stuff = "I am logging this.";
  console.log(stuff);  
}

Borrowed from https://codepen.io/wilbo/pen/xRVLOj

Tags:

Updated: