Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Kamolpop Kuadsantia (ไอซ์)
naming-conventions
Wiki
Home
Home
· Changes
Page history
kamolpop created page: home
authored
Mar 14, 2016
by
Kamolpop Kuadsantia (ไอซ์)
Hide whitespace changes
Inline
Side-by-side
home.markdown
View page @
4a8b6bb4
...
...
@@ -74,6 +74,14 @@ Function name
function getWingsColor() {
...
}
function getLegsColor() {
...
}
function getFeatherColor() {
...
}
```
#### Function ที่ return boolean ให้ขึ้นต้นด้วย is, has เช่น
...
...