Tell us what’s happening:
I know how to use import and export. And this exercise is not accepting my response. In fact, I even went and compared Free code camp’s solution to mine, and it’s identical. I then copied their solution code and pasted it as my solution and it’s still not working. I don’t know what to do.
Your code so far
"use strict";
import { capitalizeString } from "string-functions";
capitalizeString("hello!");
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/understand-the-differences-between-import-and-require/