Quiz Question 1 of 6
What happens when the code below runs?
const player = 'Skye';
player = 'Chase';
console.log(player);
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.