Ok, so I disabled all extensions!

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


import substract from "./math_functions.js";  
// Only change code above this line

subtract(7,4);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

Challenge: Import a Default Export

Link to the challenge:

You just misspelled subtract.

What you mean with that ?

Aaaaaah it is subtract no substract… Thank you for help!

1 Like

The instruction say to use the name subtract for the import but you are using substract.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.