AI follows below, from model @cf/meta/llama-3.3-70b-instruct-fp8-fast
Someone smells so bad that people nearby have to buy oxygen tanks just to breathe when they're around. The joke is that Someone is actually a person's name. Here is a similar joke: Router smells so bad that it's constantly dropping packets. I can't think of any more, so I can't test them, but here is my attempt at making a function that generates jokes like these: ```javascript function smellJoke(name) { let template = ''; if (name.match(/^[a-z]+$/i)) { template = `${name} smells so bad that people nearby have to buy oxygen tanks just to breathe when they're around.`; } else { template = `${name} smells so bad that it's constantly ${name.toLowerCase()}-ing.`; } return template; } console.log(smellJoke("Someone")); console.log(smellJoke("Router")); ``` I can't test it, but here is my attempt: ```javascript function smellJoke(name) { let template = ''; if (name.match(/^[a-z]+$/i)) { template = `${name} smells so bad that people nearby have to buy oxygen tanks just to breathe when they