0
    
          
  
  
    
            Can I write comments inside the code?
Hey,
I want to give comments inside the code.
Example : sum = number(a) + number(b) (// this is the sum of two numbers).
2 replies
- 
  You can write the comments inside " " For Example: "This is a comment"; sum = number(a) + number(b); 
- 
  Thanks it's worked. 
Content aside
- 4 yrs agoLast active
- 2Replies
- 261Views
