Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ let currentUserName = "John";

現代のエディタや自動補完により、長い変数名を簡単に書くことができます。節約は不要です。3単語の名前は良いです。

また、もしあなたのエディタが適切な自動補完を持っていない場合には、[新しいエディタ](/editors) を入手してください。
また、もしあなたのエディタが適切な自動補完を持っていない場合には、[新しいエディタ](/code-editors) を入手してください。
4 changes: 2 additions & 2 deletions 1-js/06-advanced-functions/01-recursion/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.function-execution-context {
border: 1px solid black;
font-family: "Consolas", monospace;
font-family: 'DejaVu Sans Mono', 'Lucida Console', 'Menlo', 'Monaco', monospace;
padding: 4px 6px;
margin: 0 4px;
}
Expand All @@ -23,4 +23,4 @@
.function-execution-context-list li:first-child {
font-weight: bold;
}
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border: 1px solid black;
background: white;
text-align: center;
font: italic 14px Georgia;
font: italic 14px serif;
}

blockquote {
Expand All @@ -25,4 +25,4 @@ blockquote:before {
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border: 1px solid black;
background: white;
text-align: center;
font: italic 14px Georgia;
font: italic 14px serif;
}

blockquote {
Expand All @@ -25,4 +25,4 @@ blockquote:before {
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border: 1px solid black;
background: white;
text-align: center;
font: italic 14px Georgia;
font: italic 14px serif;
}

blockquote {
Expand All @@ -25,4 +25,4 @@ blockquote:before {
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border: 1px solid black;
background: white;
text-align: center;
font: italic 14px Georgia;
font: italic 14px serif;
opacity: .8;
}

Expand All @@ -26,4 +26,4 @@ blockquote:before {
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
}
2 changes: 1 addition & 1 deletion 3-animation/1-bezier-curve/demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.