Skip to content

Instantly share code, notes, and snippets.

@fnicollier
Created January 20, 2022 07:14
Show Gist options
  • Save fnicollier/2266630909cc8578b17d203c738c6ba9 to your computer and use it in GitHub Desktop.
Save fnicollier/2266630909cc8578b17d203c738c6ba9 to your computer and use it in GitHub Desktop.
...
function method2(method1) {
return method1.val1; //The output of method1 is available as input as requested as parameter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment