Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created October 16, 2013 18:26
Show Gist options
  • Select an option

  • Save efleming969/7012460 to your computer and use it in GitHub Desktop.

Select an option

Save efleming969/7012460 to your computer and use it in GitHub Desktop.
<!doctype html>
<h1 id="foo">Hello, Workd</h1>
<script>
//http://rate-exchange.appspot.com/currency?from=EURO&to=USD&q=1
console.log(myFun1(myFun2));
function myFun1 (fn) {
fn()
return "hello string";
}
function myFun2 () {
console.log("inside fun 2");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment