Skip to content

Instantly share code, notes, and snippets.

@jonsamp
Created June 4, 2017 21:02
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 jonsamp/3585525974a4f20e95a05c2cafe63ad5 to your computer and use it in GitHub Desktop.
Save jonsamp/3585525974a4f20e95a05c2cafe63ad5 to your computer and use it in GitHub Desktop.
JavaScript Tips Tab: generateTip II
function generateTip() {
var tip = tipsList[generateNumber()];
var tipElement = document.querySelector('.js-tip');
tipElement.innerHTML = tip;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment