JavaScript Strings Manipulation Lab

Easy
10
80.8% Acceptance

In this lab, you'll learn and practice various JavaScript String Manipulation methods such as toUpperCase(), and replace(). The idea is to improve your skills in working with strings, as they come in handy when processing text data in JavaScript. You'll also learn how to export multiple variables using ESM syntax.