fix(curriculum): specify parameter in forEach method callback function (#59540)

This commit is contained in:
Supravisor
2025-04-04 07:53:19 +13:00
committed by GitHub
parent f584260acb
commit 34c38f3f11
@@ -7,7 +7,7 @@ dashedName: step-79
# --description--
Inside your condition, add a `forEach` loop to iterate through the `platforms` array.
Inside your condition, add a `forEach` loop to iterate through the `platforms` array. Inside the callback function use `platform` for the parameter.
Inside the loop, use the subtraction assignment operator to subtract 5 from the platform's `x` position.