I don't get this code, why were quotes included in the console.log and why was the name cancelled
Kiddlyn @Coderslang_Master
Kiddlyn It's not cancelled. It's VSCode telling your that name will be the same every time you run your code, as you've hardcoded it to Hero. If you were to remove string 5, the same would have happened to count.
name
Hero
count
from my own understanding of Js I will say because it needs to call a function that is inside the console.log
sardiusjay Thank you
😁
Coderslang_Master what does line 6 mean?
Kiddlyn Coderslang_Master and why is " " included in line 6?
Kiddlyn you're asking me what line 6 of your code means?
I see that it calls the function console.log and outputs some text to the console.
console.log