Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele How to Use Comments in Javascript? | Section
JavaScript Essentials for Beginners - 1768407374405

bookHow to Use Comments in Javascript?

Summary

  • Comments: a way to include useful notes or explanations in the code, or to temporarily ignore a piece of code;
  • Single-line comment: used to add a comment that only takes up one line;
  • The syntax of a single-line comment is:
// your comment text here …

1. What symbol is used to create a single-line comment in JavaScript?

2. Which of the following is a correct example of a single-line comment?

question mark

What symbol is used to create a single-line comment in JavaScript?

Select the correct answer

question mark

Which of the following is a correct example of a single-line comment?

Select the correct answer

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 10

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

bookHow to Use Comments in Javascript?

Pyyhkäise näyttääksesi valikon

Summary

  • Comments: a way to include useful notes or explanations in the code, or to temporarily ignore a piece of code;
  • Single-line comment: used to add a comment that only takes up one line;
  • The syntax of a single-line comment is:
// your comment text here …

1. What symbol is used to create a single-line comment in JavaScript?

2. Which of the following is a correct example of a single-line comment?

question mark

What symbol is used to create a single-line comment in JavaScript?

Select the correct answer

question mark

Which of the following is a correct example of a single-line comment?

Select the correct answer

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 10
some-alt