Grokking JavaScript Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
On this page
What is the output of console.log("Hello, World!"); in JavaScript?
A
Hello!
B
World!
C
Hello World
D
Hello, World!
Which of the following is NOT a comment in JavaScript?
A
// This is a single-line comment
B
** This is a comment **
C
/* This is a multi-line comment */

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page