A coding poem about friends
17 December 2022
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 […]