Module quiz: Introduction to JavaScript
You can run JavaScript in a web browser's devtools console.
true
false
Which of the following are valid comments in JavaScript? Select all that apply.
\ Comment 1
// Comment 2
##
## Comment 3
##
/*
* Comment 4
...
eplus.dev2 min read