In Javascript for example, you can use the slice function, array.slice(begin [, end]) to specify a beginning and end index of an array. This can serve as basically a filter to get values from the begin value to the end value. In Ruby, this funct
read more