How do I add code comments to a Thimble project?

Kò sẹ́ni tó ṣèraǹwọ́ láti túmọ̀ aròkọ yí rí. Bí o báti mọ bí ìsọdibílẹ̀ SUMO ṣe ń ṣiṣẹ́, bẹ̀rẹ̀ síní túmọ̀ báyì. Bí o bá fẹ́ kọ́ láti túmọ̀ aròkọ fún SUMO, jọ̀wọ́ bẹ̀rẹ̀ níbí.

Code comments do not show up when the page is rendered, and can be a helpful way to communicate information to remixers, directly in the code, in context. This could include instructions for things to remix, coding tips, etc.

To add a comment to an HTML file, use this syntax

<!--your comment here-->

To add comments to a CSS file, use this syntax

 /* your comment here */

To add a single-line comment to a JavaScript file, use this syntax

// your comment here [be sure to include a line break at the end of your comment]

Ṣé aròkọ yìí ṣèrànwọ́?

Jọ̀wọ́ dúró...

These fine people helped write this article:

Illustration of hands

Volunteer

Grow and share your expertise with others. Answer questions and improve our knowledge base.

Learn More