Skip to content
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

add more of the javascript array functions #180

Open
RedMan13 opened this issue Jan 29, 2023 · 5 comments
Open

add more of the javascript array functions #180

RedMan13 opened this issue Jan 29, 2023 · 5 comments
Assignees
Labels

Comments

@RedMan13
Copy link

i am specifically focusing on
filter()
find() and findLast()
findIndex() and findLastIndex()
forEach() a replacment for the current for loop
map()
reduce() and reduceRight()
sort()
concat()

you can find the rest of the array functions here

@noxyyk
Copy link

noxyyk commented Mar 10, 2023

at()
unshift()
shift()
pop()

@RedMan13
Copy link
Author

those other then at are already suplied by default list blocks ._.

@RedMan13
Copy link
Author

or atliest i remember them being so

@JeremyGamer13
Copy link

at() unshift() shift() pop()

all (except maybe at()) of these are already in the Lists category

@RedMan13
Copy link
Author

yeah, at is usful tho for accessing from the end of a list rather then from the start

@inventionpro inventionpro mentioned this issue Jun 25, 2023
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Develop
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants