This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika
Watch
0
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
master
みてるぞ
1 year ago
parent
c73658b44d
commit
53482d6036
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
Home.md
+ 10
- 0
Home.md
@@ -40,6 +40,16 @@ else
}
```
```javascript
if (a === b)
{
thenProcess ();
afterProcess ();
}
else
elseProcess (); // 👍
```
### PHP
変数名、メソッド名はスネーク・ケースで記述し,クラス名はパスカル・ケースで記述するものとします.
Write
Preview
Loading…
Cancel
Save