You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a new instance method on the Array class called second, which returns the second item in an array (similar to the way .first and .last work in Ruby).
If there is no element with index 1 in the array, return nil.