Today, freecode camp is giving me a raw deal!

The import function does not work any way! could it be that I am importing code from a repo that does not exist?

Your code so far


import * as stringfunctions from './string_function.js';
// Only change code above this line

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

Your browser information:

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

Challenge: Use * to Import Everything from a File

Link to the challenge:

Hi @kenoketch35 !

They are still working on the issue.

Thanks @jwilkins.oboe

Just dropped a fix. Sorry about the inconvenience folks and thanks a lot for your continued patience.

1 Like

notw your code will still have an issue, as stringFunctions is not defined

1 Like

I was preoccupied with the error earlier that I didn’t realize that your code doesn’t pass anyway.

@ilenia brought up one of the issues.

But your other issue is here

FCC instructions:
The code in this file requires the contents of the file: string_functions.js

You have to use exact spelling and proper casing.

Once you fix those two issues than the test will pass.

1 Like

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