Error: TypeError: unknown: s.extname is not a function
Your code so far
import{ uppercaseString } from "./string_functions.js";
import{ 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:87.0) Gecko/20100101 Firefox/87.0.