Answers
All questions must be answered. Here are the Answers given by this user in the Forum.
Solution:
***let x = 'I love \'Chocolate\'\\\'Butterscotch\' ice cream.';
// log the variable
console.log(x);***
solution:
let x = 'I love \'Chocolate\'\\\'Butterscotch\' ice cream.';
// log the variable
console.log(x);