David Nguyeneplus.dev·Aug 19, 2024Self review: Song selection - React BasicIn plain JavaScript, how do you build an instance of the Audio constructor? new Audio(); New Audio(); Audio(); If an object instance of the Audio constructor is saved in a variable named “song”, what property on the “song” object can you use to...React BasicsSelf review: Song selection - React Basic