Created
August 18, 2017 16:46
-
-
Save JonasGao/2f1a1155dc7eafd785682714d9ecb182 to your computer and use it in GitHub Desktop.
What does the file last show?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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