Last active
August 1, 2020 02:21
-
-
Save Ifycode/e9e0b75348bae144ef9dcce7fe6c9c57 to your computer and use it in GitHub Desktop.
Embed for Understanding Regular Function & Converting To Arrow Function Article HTML file example modified
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> | |
<head></head> | |
<body id="container"> | |
<!-- | |
<div id="displayBlock"></div> | |
--> | |
<button id="redBtn">Red</button> | |
<button id="blueBtn">Blue</button> | |
<button id="yellowBtn">Yellow</button> | |
<script src="index.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment