Skip to content

Instantly share code, notes, and snippets.

@yanns1

yanns1/block2.js Secret

Created June 29, 2020 17:50
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 yanns1/9f7f5042d0bbc9fb2fb1bb6f1863a9f9 to your computer and use it in GitHub Desktop.
Save yanns1/9f7f5042d0bbc9fb2fb1bb6f1863a9f9 to your computer and use it in GitHub Desktop.
const setNavInnerHTML = (html) => {
const nav = document.querySelector('nav');
nav.innerHTML = html;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment