I am working on a Dungeons and Dragons app that will eventually show information from the D&D books. So I am trying to display the spell information from a dataset. I have tried using readRecords and updateScreen and it displays on the screen "undefined"
I would very much appreciate any helpful tips with this. https://studio.code.org/projects/applab/VKNZ6xoJsy1ahETdh4R23_-Fs-JI3aF714hsoJqi3qg
You would need to move
updateScreen(spellOptions, spellTime);from line 87 into thereadRecords()block on line 84. You would also need to setspellTimetorecords[0].time.Here's what the code should look like from lines 84 to 87: