-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variables #13
Variables #13
Conversation
1-js/02-first-steps/04-variables/2-declare-variables/solution.md
Outdated
Show resolved
Hide resolved
Modern editors and autocomplete make long variable names easy to write. Don't save on them. A name with 3 words in it is fine. | ||
現代化編輯器的自動完成功能讓寫長命名變數變得很簡單,不要忽略這功能,一個名字有三個字節是適當的。 | ||
|
||
若你的編輯器沒有自動完成功能,快來選 [一個新的](/code-editors) 吧。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
若你的編輯器沒有自動完成功能,快來選 [一個新的](/code-editors) 吧。 | |
若你的編輯器沒有自動完成功能,快來選[一個新的](/code-editors) 吧。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我這種引述前後都會留空白耶,比較凸顯得出這邊有什麼東西
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
喔喔 我以為中文之間可以不用留空
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果是強調用的話 我覺得ok
1-js/02-first-steps/04-variables/3-uppercast-constant/solution.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Jason Huang <[email protected]>
Co-Authored-By: Jason Huang <[email protected]>
@kaddopur |
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
Translation for
1-js/02-first-steps/04-variables
.