Can we perform 2 operations within the same expression of a forEach loop possible? (Ex: zip in python.)
Discussion posts and replies are publicly visible
You can perform many operations within the same expression of a forEach loop. Anything in particular you're having difficulty doing?