File: Blobbie.tsx - What's happening: eval() converts a string into executable code at runtime. - The issue: What if someone could control that string? What code could they make run? - Your task: Instead of using a string and [eval() try to have it so that we are storing them in a data structure
File: Blobbie.tsx