A committee dedicated to finding the most absurd, convoluted solutions to the most mundane problems.
- Subpage 1: The Overthinking Subpage
- Subpage 2: The Procrastination Subpage
- Subpage 3: The 'I'll just Google it' Subpage
const overthink = () => { return 'I am overthinking'; }const procrastinate = () => { return 'I am procrastinating'; }const googleIt = () => { return 'I will just Google it'; }