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
53482d6036
commit
273e88ce26
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Home.md
+ 4
- 0
Home.md
@@ -28,6 +28,9 @@ git clone http://miteruzo.ml:3000/miteruzo/nizika.git
補足が必要な箇所のみ以下に示します.
### 共通の基本事項
ブロック内が 1 行のみの場合,冗長な括弧を記述しないでください.
たとえば,以下のようにはしないでください:
```javascript
if (a === b)
{
@@ -40,6 +43,7 @@ else
}
```
代わりに,次のようにしてください:
```javascript
if (a === b)
{
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save