How do I get a 1D item which starts at the bottom left of a 2D array after providing 2D coordinates?
var width = 3; // the 2D array width var height = 3; // t