// Variable array for a wider scope: var arrayName = []; // Local scope variable array: let arrayName = [];