Created
July 2, 2019 12:13
-
-
Save goofmint/c813e790f9c6f1f4bcbf74eafb2d5591 to your computer and use it in GitHub Desktop.
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
| export const loadPageInto = (main) => { | |
| main.innerText = 'Video game page'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment