Basic JavaScript - Comment Your JavaScript Code

Tell us what’s happening:
Why do I keep getting the error

’ You should create a

/* */

style comment that contains at least five letters.’

Your code so far

// My Name is Peter Opsomer

/* My address Guido Gezellestraat 25/0001,
              8940 GELUWE
              BELGIUM
 */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Basic JavaScript - Comment Your JavaScript Code

Link to the challenge:

The test is not a fan of the extra / in the comments. Remove that and it should pass.

I had that idea too, but after trying again a few times, it suddenly worked. Very strange. (and with the slash) Thank you for your answer.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.