MDN のこの JavaScript セクションは、JavaScript 言語についての情報倉庫となっています。詳しくはこのリファレンスについてを読んでください。
ビルトイン
この章では、JavaScript の標準ビルトインオブジェクト、そのメソッドとプロパティについて説明しています。
- Value properties
- Function properties
eval()
isFinite()
isNaN()
parseFloat()
parseInt()
decodeURI()
decodeURIComponent()
encodeURI()
encodeURIComponent() - Fundamental objects
- Error objects
Error
AggregateError
EvalError
InternalError
RangeError
ReferenceError
SyntaxError
TypeError
URIError
- Numbers & dates
- Text processing
- Indexed Collections
Array
Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
BigInt64Array
BigUint64Array - Keyed collections
- Structured data
- Control abstraction
Promise
Generator
GeneratorFunction
AsyncFunction
Iterator
AsyncIterator - Reflection
- Internationalization
Intl
Intl.Collator
Intl.DateTimeFormat
Intl.ListFormat
Intl.NumberFormat
Intl.PluralRules
Intl.RelativeTimeFormat
Intl.Locale
- WebAssembly
WebAssembly
WebAssembly.Module
WebAssembly.Instance
WebAssembly.Memory
WebAssembly.Table
WebAssembly.CompileError
WebAssembly.LinkError
WebAssembly.RuntimeError
文
- Control flow
Block
break
continue
Empty
if...else
switch
throw
try...catch - Declarations
- Functions and classes
- Iterations
do...while
for
for each...in
for...in
for...of
for await...of
while
式と演算子
関数
この章では、アプリケーションの開発で JavaScript の関数をどう使うかを説明しています。