Sorting an array

Sorting an array

I can't figure out how to sort this by price, and I am not sure where to start. Any direction would be awesome! 

var products = [[“Hamburger”, “4.99”],[“Cheeseburger”, “5.49”], [“Fries”, “2.99”], [“Soda”, “1.69”]];