fix: JS comments lecture multiple choice question (#57553)

This commit is contained in:
Kristofer Koishigawa 2024-12-17 20:32:49 +09:00 committed by GitHub
parent f37e1c9a60
commit 183e3cf9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ Think about how comments help clarify but should not clutter the code.
---
Only use comments for complex logic or unclear code.
Use comments to provide context and leave notes for yourself and other developers.
---