Skip to content

Instantly share code, notes, and snippets.

@milkbread
Last active December 18, 2015 04:49
Show Gist options
  • Save milkbread/5727801 to your computer and use it in GitHub Desktop.
Save milkbread/5727801 to your computer and use it in GitHub Desktop.
JavaScript: Files for the linking test
function testing(test_var){
alert(test_var+", I am a testfunction!")
}
function testing(test_var){
console.log(test_var+", I am a testfunction!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment