// Define a couple of global variables
var name = "Tim";
var age = 28;

// Access one of them from the global scope
name;
