Skip to content

Instantly share code, notes, and snippets.

@elmissouri16
Last active September 21, 2020 23:47
Show Gist options
  • Save elmissouri16/d55704982aa687e8a188a23467d829e8 to your computer and use it in GitHub Desktop.
Save elmissouri16/d55704982aa687e8a188a23467d829e8 to your computer and use it in GitHub Desktop.
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