synapsestudios / synapse-common

DEPRECATED
MIT License
1 stars 2 forks source link

Create Array Object #1

Closed paulstatezny closed 10 years ago

paulstatezny commented 10 years ago

Create Array Object

Acceptance Criteria

  1. "ArrayObject" class represents an array but with persistent keys.
  2. The following array methods are implemented:
    • push
    • forEach
  3. The following methods are also available:
    • get(index): Gets the value at the given index
    • getAsArray: gets the array object as an actual array
    • edit(index, value): Edits the element at the given index
    • remove(index): Deletes the array element
paulstatezny commented 10 years ago

:star:

paulstatezny commented 10 years ago

:star:

zpchavez commented 10 years ago

:+1: after exception test fixed.