How do I add code comments to a Thimble project?

ბოლოს განახლდა: 60% მომხმარებლებისა მიიჩნევს სასარგებლოდ
ჯერჯერობით ამ სტატიის გადათარგმნაში არავინ დაგვხმარებია. თუ თქვენ უკვე იცით, როგორ გამოიყენოთ SUMO, შეგიძლიათ ახლავე დაიწყოთ თარგმნა. თუ გსურთ ჯერ გაეცნოთ, თარგმნის რა საშუალებებს იძლევა SUMO, გთხოვთ დაიწყოთ აქედან.

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]

შესანიშნავი მოხალისეები, რომლებიც ამ სტატიის დაწერაში დაგვეხმარნენ:

Illustration of hands

მონაწილეობა

მიიღეთ და გაუზიარეთ გამოცდილება სხვებს. უპასუხეთ კითხვებს და გაამდიდრეთ ჩვენი ცოდნის წყარო.

ვრცლად