Use readline_sync to get user input for the items they want to add to the shopping list
Use conditionals to determine if an object already exists in the array before adding more.
Print data or warnings with console.log() if the item already exists
Write functions to handle different actions
Check if an item exists before removing it