hi guys why is it /string_functions.js instead of math_function.js??
**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 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0
Challenge: Reuse JavaScript Code Using import
Link to the challenge: