I\'m trying to take a list of cars and sort them alphabetically.
So I found this method to sort:
let cars = this.state.cars; cars.sort(function (a, b) {