so this is my structure right now (just showing the important rows).
Currently I'm trying to insert data via a form using html/react.js. I'm trying to allow the user to insert a new song, but being able to type the name of the album, and then on the back end use the name to find the albumID and insert the row. TBH I'm not sure where I'm going wrong, currently when i log to console on line 33 it's just returning "undefined" for both values T_T