Skip to content

Instantly share code, notes, and snippets.

@JonasGao
Created August 18, 2017 16:46
Show Gist options
  • Save JonasGao/2f1a1155dc7eafd785682714d9ecb182 to your computer and use it in GitHub Desktop.
Save JonasGao/2f1a1155dc7eafd785682714d9ecb182 to your computer and use it in GitHub Desktop.
What does the file last show?
<!DOCTYPE html>
<html>
<body>
<section>
Hello World
</section>
<script>
document.write("Im Writing some thing")
</script>
<section>
Emmmmmmm.....
</section>
<script>
setTimeout(() => document.write("Let's rock n roll!"), 5000)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment