Missing "s" in substract

Tell us what’s happening:
Hi, Just to say that there is an issue in this course, indeed freeCodeCamp wants me to add “subtract” instead of “substract” it misses an “s”…

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Challenge: Import a Default Export

Link to the challenge:

@Jju17, subtract is the correct spelling, there is not missing “s”.

You can search and verify

Why do you think there should be a second “s”?

I’m not sure why you believe that an extra S needs to be added? ‘Subtract’ is spelled exactly as shown in the challenge.

funny thing, i actually believed its spelled with an “s”, but this lesson had corrected that knowledge for me at the time i was learning it. I suppose this misconception derives for non-native speakers making association with the word extract(because of the S sound, which in cyrillic is also written)

3 Likes

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