ES6: Reuse JavaScript Code Using import question12345

Tell us what’s happening:
Could someone tell me why code isnt running?

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 (Linux; Android 9; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.127 Mobile Safari/537.36.

Challenge: Reuse JavaScript Code Using import

Link to the challenge:

Double check the imports file name :wink: