You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user clicks a button, a blank playlist should be created for the user. This means you should not write any logic to determine which songs go in the playlist because that task will come next.
Requirements
Validate that the inputs (genre, year, etc.) are not empty. If they are empty, give the user an error message with an alert box.
When the user has selected their choices and clicks generate, create a blank playlist in that user's Spotify Account.
Do NOT not write any logic to determine which songs go in the playlist because that task will come next.
The text was updated successfully, but these errors were encountered:
Description
When the user clicks a button, a blank playlist should be created for the user. This means you should not write any logic to determine which songs go in the playlist because that task will come next.
Requirements
The text was updated successfully, but these errors were encountered: