Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
You have to modify the array referenced by
other_array
.Variable assignment doesn't achieve that.
For a simplified example:
The value of
a
won't change in the above snippet. Because you just reassignedb
to something else.You have to use array modifying functions in order to change the underlying object instead of creating new ones.
For example:
This will change
a
to[3, 4]
.It's intermittent for me, but when it happens nothing seems to go through (other times its just slow)
It's been like that for at least a few hours today.