-
Notifications
You must be signed in to change notification settings - Fork 41
Tips & Trick Page #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I would also add something about using |
just did 👍 |
lowkey i would merge this with script snippets page bc those 2 try to document the same things |
i could do that when i get back |
This would add the red solid right above the blue solid. If we want it below the blue | ||
solid, we would use the insert function, like so. | ||
*/ | ||
insert(members.indexOf(blueSolid), redSolid); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you confirm that this is how it works
and mention how using the -1 or +1 is incorrect if you want to do x
add tips and tricks page with info such as