In the following code, the variable fruit has been assigned a value of apple. How would you change the value to plum?
let fruit = 'apple';
In the following code, the variable fruit has been assigned a value of apple. How would you change the value to plum?
let fruit = 'apple';