What is error here?

Tell us what’s happening:

Your code so far


import subtract 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/81.0.4044.138 Safari/537.36.

Challenge: Import a Default Export

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/es6/import-a-default-export

This does not quite match the test value. Double check your punctuation. :slight_smile:

I pasted that stuff from the problem statement given :confused: :confused:

You didn’t quite paste correctly

import add from "./math_functions.js";