Problems importing functions

Tell us what’s happening:

Your code so far


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

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15.

Challenge: Reuse JavaScript Code Using import

Link to the challenge:

Im sure I’m missing something but I can’t think of what.

Hi @d.zidarov !

Welcome to the forum!

This is a know issue that is currently being worked on.

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

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