const clothing = ['shoes', 'shirts', 'socks', 'sweaters']; console.log(clothing.length); // Expected output: 4