in index.js [52:60]
function defaultSelectedProduct(product) { let defaultProducts = [ "Compute Engine", "Cloud Storage", "Google Kubernetes Engine", "Cloud Run" ]; return defaultProducts.includes(product); }