Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pfftdammitchris/bfe45ce57223f1f3f871ee51fb2909e6 to your computer and use it in GitHub Desktop.
Save pfftdammitchris/bfe45ce57223f1f3f871ee51fb2909e6 to your computer and use it in GitHub Desktop.
async function start() {
try {
return await getRandomItem(['a', 1, 3, 'ccc'])
} catch (error) {
window.alert(`You picked out number. Please try again for a string`)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment