Skip to content

Instantly share code, notes, and snippets.

@mikahanninen
Created December 13, 2020 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikahanninen/166daadfd5eb1be271aef5bad16b33d6 to your computer and use it in GitHub Desktop.
Save mikahanninen/166daadfd5eb1be271aef5bad16b33d6 to your computer and use it in GitHub Desktop.
get Google Maps suggestions

javascript

var texts = document.querySelector('.suggestions').innerText.split('\n') console.log(texts[Math.floor(Math.random()*texts.length)])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment