Join Slack
Powered by
You could do `someNethod(name = "some name", age =...
# getting-started
a
adam-mcneilly
12/04/2017, 6:14 AM
You could do
someNethod(name = "some name", age = 24, apple = 4)
and use named arguments only for the arguments you care about, and not worry about order, if you wanted to.
👍🏽 1
Open in Slack
Previous
Next