You know that moment during a demo when someone asks the forbidden question? That nervous smile creeping across your face as you realize your "dynamic" data is just a glorified JSON file you copy-pasted into your code at 3 AM. Sure, it's technically data... it's just not going anywhere or coming from anywhere meaningful. The real power move is confidently saying "dynamically generated" while your IDE is literally showing a const array with 5 hardcoded objects named user1, user2, user3... You're not lying—it's dynamically rendered to the DOM! They didn't ask if it was dynamically *fetched*, did they? Bonus points if you've got a TODO comment above it that says "// Replace with API call later" from six months ago.