Skip to content

Instantly share code, notes, and snippets.

@Ifycode
Last active August 1, 2020 02:21
Show Gist options
  • Save Ifycode/e9e0b75348bae144ef9dcce7fe6c9c57 to your computer and use it in GitHub Desktop.
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
<!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