GUIDE: how to sum an array #58
dynabler
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Scenario: a page where you can buy a pair of shoes from a list of resellers. The resellers show how many pairs they have in stock. It looks something like this:
BUY THIS ITEM
You use Flyscrape
.mapto get all the numbers (12, 9, 17)You can use the following code to get a sum of 12 + 9 + 17
All reactions