Plz help me understand this error in expression
In a linked in learning course, there was this example expression...
It wasn't really explained well... the syntax for the b variable of the array index ([1]) on the wiggle function perhaps just shows my lack of javascript (?) familiarity.. but can someone explain how this index on the scale property is being 'used' by the wiggle function?
2025-12-03_05-12-15.png
Perhaps asking a slightly different way... why does removing the array index ([1]) from the wiggle function cause an error on the FIRST line of code?
DoYouLikeHam_0-1764760576264.png
while omitting that b= assignment statement altogether resolves the error? It seems counter intuitive for modification in the second line like above to cause an error to the first line, and I'd like to understand what is going on so if/when I encounter other errors, I have a better understanding of how the system as a whole is functioning.
DoYouLikeHam_1-1764760690210.png
