Tim Dobson

A coding poem about friends

17 December 2022

1 min read

A coding poem about friends

const me = “Me”;
const leve = “Leve”;
const alex = “Alex”;



const cave = “Giants Hole”;



const belowBottom = true;
const geologyPot = true;
const spoutHall = true;
const farCurtain = true;
const eastCanal = true;



const roundTrip = true;
const cavingCrew = true;



console.log(`${me}, ${leve} and ${alex} went to a cave called ${cave}.`);



if (belowBottom) {
console.log(`We went below the bottom of the usual trip.`);
}



if (geologyPot) {
console.log(`We went down Geology Pot.`);
}



if (spoutHall) {
console.log(`We went down spout hall.`);
}



if (farCurtain) {
console.log(`We went into the cold water at far curtain.`);
}



if (eastCanal) {
console.log(`We went all the way to the cold cold silent waters of East Canal.`);
}



if (roundTrip) {
console.log(`We then returned and did the entire Giants Hole Round trip to the surface.`);
}



if (cavingCrew) {
console.log(`It was a memorable Sunday with The Caving Crew.`);
}


Originally posted on this post on Instagram

Related Posts