Basic JavaScript - Comment Your JavaScript Code

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

/* java script 
  comment line
  uiwkvdjd
  jisiidodke
  bejisioeke/*

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36

Challenge Information:

Basic JavaScript - Comment Your JavaScript Code

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

A block comment looks like this

/* This is a comment */

A single-line comment looks like this

// This is also a comment.

Add both types and make sure your comment syntax is correct

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