0
How do you print using console.log()
Console.log("JavaScript")
3 ответов
0
You capitalized "C" and JavaScript is case senstive language. Try console.log("JavaScript") instead.
0
also, console.log() output to web console... that mean if you run your code in a browser, you must display the console by yourself in most cases (including sololearn code playground website) ^^
however, if you run your console.log() code through sololearn app', the console output should be redirected to a pop-up frame wich could then be expanded or hided by swiping its title bar...