I don't know why it's saying to "import properly uppercaseString , lowercaseString"

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


import{ uppercaseString, lowercaseString } from './string_function.js';
// Only change code above this line

uppercaseString("hello");
lowercaseString("WORLD!");

Your browser information:

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

Challenge: Reuse JavaScript Code Using import

Link to the challenge:

You have a typo in the filename. It’s string_functions.js (plural).

Sorry
Its such a silly thing to be done by me.

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