Robert is in charge of making sure everything works as intended, most of the time.
// Some sample code from Robert's favorite project:
// A calculator that calculates the optimal amount of caffeine in a cup of coffee
function calculateCaffeine() {
return 1;
}
console.log(calculateCaffeine());