Skip to content

Release 13: Array Transformation

Latest

Choose a tag to compare

@IceTheCoder IceTheCoder released this 29 Oct 12:57
· 35 commits to main since this release
6bf1ffd

Link

New Features

  • Added an Array Transformation website, where users can input an array and perform various operations on them.
  • The website allows:
    • operations with all websites, such as average, sum, and product.
    • operations with each item, such as adding, subtracting etc. a number from each element of the array.
    • filtering the array, such as showing only numbers greater or smaller than a certain number.
      image