String Operations

Easy
1
11.1% Acceptance

In this lab, you will perform basic string operations. You will start with a string and perform a series of transformations on it. First, you will create a variable containing a string, then convert the string to uppercase, and finally split the string into an array of words.

Remember to use ESM syntax for importing and exporting.