PSA: Please don't name a variable "data"
PSA: Please don't name a variable "data". It tells your fellow programmers literally nothing about what's inside.
This is especially important in a dynamic language - the reader has to trace the code to find where the "data" variable was set to understand what's inside. 🤦♂️