Last active
September 21, 2020 23:47
-
-
Save elmissouri16/d55704982aa687e8a188a23467d829e8 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
function alertFunction(){ | |
alert('Wow is working'); | |
} | |
function returnValue(){ | |
return 45845; | |
} | |
window.demo ={ | |
alertFunction,returnValue | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment