Ruby Range
Something I learned today! The Ruby range.
Range represents a set of values that has a beginning an an ending, i.e., 1- 4, A-Z. When writing code, ranges are constructed with two periods “..”, these periods tell the computer to consider all items between two numbers or two letters…