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.

14th Jul 2022, 8:48 PM
Syed Ali Mumtaz
Syed Ali Mumtaz - avatar
1 Réponse
+ 2
in javascript ide type exactly: console.log("hello"); dont forget the " " around your text and ; at the end
14th Jul 2022, 8:56 PM
Shaho Farivar
Shaho Farivar - avatar