JavaScript Type Coercion Lab

Easy
2
58.6% Acceptance

In this lab, you will learn about and practice JavaScript type coercion. Type coercion is the process of converting one type of data into another, such as converting a number into a string or a boolean into a string. You will create four functions to practice converting between these data types.