Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:47
Show Gist options
  • Save saru2020/0b1bdae04aee9e5c127a6ab0fbf6966e to your computer and use it in GitHub Desktop.
Save saru2020/0b1bdae04aee9e5c127a6ab0fbf6966e to your computer and use it in GitHub Desktop.
Pure Functions
var a = 2
var b = 4
func add(x, y) {
return x + y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment