Use * to Import Everything from a File

Tell us what’s happening:
Don’t really understand whats missing from the code that I have? In addition to the, wish the directions on this challenge were a bit clearer. Could use some help.

Your code so far


"use strict";
import * as myStringModule from "capitalize_string";
//myStringModule.uppercase("foo");
//myStringModule.lowercase("Foo");


Your browser information:

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

Link to the challenge:

"capitalize_string" You have a typo in here.

wow thanks @ArielLeslie, that was a simple thing… just might need to step away a bit :slight_smile:

Stepping away for a bit is very often the best medicine with code. And typos are the worst enemies of all of us.