Well done!

You have completed Variables Review!

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:

Skip Quiz Review Video