Tell us what’s happening:
The breakdown code on this page is missing a semicolon:
import * as object_with_name_of_your_choice from "file_path_goes_here"
object_with_name_of_your_choice.imported_function
I think that’s what’s throwing people off.
Side question: If I wanted to just create this issue and fix it myself, how would I do that? Can I do it purely through github?
Your code so far
"use strict";
import * as myObj from "capitalize_strings";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/use--to-import-everything-from-a-file