0
Im new and cant figure out how to do console.log(hello) can anyone help
I cant seem to do console.log(hello) in playground even though it works in lessons.
1 Réponse
+ 2
in javascript ide type exactly:
console.log("hello");
dont forget the " " around your text and ; at the end