Skip to content

Instantly share code, notes, and snippets.

@ademidun
Created May 3, 2020 20:53
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 ademidun/ff3072e0106aaebad3eccf5aac0010bf to your computer and use it in GitHub Desktop.
Save ademidun/ff3072e0106aaebad3eccf5aac0010bf to your computer and use it in GitHub Desktop.
Code samples from my How to Make a website tutorial
setTimeout( () => {
$( "#name-title" ).html( "<h1>🔥</h1>" );
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment