Filter Strings by Length

Use the filter method to return only the strings in the array that have a length greater than 3.
JavaScript
Console