We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 017abd6 + 4f97976 commit 01724a9Copy full SHA for 01724a9
articles/types-advanced.re
@@ -293,7 +293,7 @@ if (typeof v2 === "string") {
293
#@end
294
//}
295
296
-さて、次項意向でどういう処理が絞り込みに繋がるのかの例を見ていきます。
+さて、次項以降でどういう処理が絞り込みに繋がるのかの例を見ていきます。
297
298
==={typeof-type-guards} typeofによるType Guards
299
docs/types-advanced.html
@@ -268,7 +268,7 @@ <h3 id="control-flow-based-type-analysis"><a id="h4-2-1"></a>処理フローに
268
}
269
</pre>
270
</div>
271
-<p>さて、次項意向でどういう処理が絞り込みに繋がるのかの例を見ていきます。</p>
+<p>さて、次項以降でどういう処理が絞り込みに繋がるのかの例を見ていきます。</p>
272
273
<h3 id="typeof-type-guards"><a id="h4-2-2"></a>typeofによるType Guards</h3>
274
<p>JavaScriptの<code class="inline-code tt">typeof</code>は指定した値がどういう性質のオブジェクトかを調べ、文字列で返す演算子です。ECMAScript 5の範囲では、変換ルールは次のとおりです。</p>
0 commit comments