You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the values are equal, the helper should still run for a single iteration. For example, if I wanted to print options in a select list from 1 up to a product's stock_level, I would write:
On line 33 of the
for
helper:This should instead be:
If the values are equal, the helper should still run for a single iteration. For example, if I wanted to print options in a select list from 1 up to a product's stock_level, I would write:
If the product's stock level is 1, the for helper doesn't run, and no options are returned, which is not the desired outcome.
The text was updated successfully, but these errors were encountered: