Tell us what’s happening:
Stuck at step 46, even AI couldnt pass it. Need help
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
calculateTaxes(amount) {
return (this.taxRate / 100 * amount).toFixed(2);
}
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Challenge Information:
Build a Shopping Cart - Step 46