Join Slack
Powered by
is it possible to use destructuring declarations i...
# getting-started
d
darrenatherton
01/19/2017, 9:20 PM
is it possible to use destructuring declarations in a foreach()? e.g. the forEach() version of:
Copy code
for ((fragmentTitle, fragment) in fragments) { }
Open in Slack
Previous
Next