Which statement explains what this line of code does?

var inventory = [];

This line of code declares a new variable called "inventory" and assigns an empty array to it.