Вебтехнології для розробників
- CSS Tutorials
- How to
- Firefox (-moz-) vendor-prefixed CSS extensions
- WebKit (-webkit-) vendor-prefixed CSS extensions
- CSS selectors
- CSS at-rules
- CSS properties
- CSS values
- CSS guides
- How to
- HTML guides
- HTML reference
- Closures
- Control flow and error handling
- JavaScript data types and data structures
- Enumerability and ownership of properties
- Equality comparisons and sameness
- Inheritance and the prototype chain
- Introduction
- Iterators and generators
- Internationalization
- Keyed collections
- JavaScript language overview
- Memory management
- Meta programming
- Numbers and strings
- Representing dates & times
- JavaScript resource management
- JavaScript typed arrays
- Assertions
- Character classes
- Groups and backreferences
- Quantifiers
- Deprecated and obsolete features
- JavaScript technologies overview
- JavaScript execution model
- Trailing commas
- Private elements
- extends
- constructor
- Public class fields
- static
- Static initialization blocks
- TypeError: already executing generator
- Warning: -file- is being assigned a //# sourceMappingURL, but already has one
- SyntaxError: arguments is not valid in fields
- SyntaxError: await/yield expression can\'t be used in parameter
- TypeError: invalid Array.prototype.sort argument
- SyntaxError: unlabeled break must be inside loop or switch
- SyntaxError: await is only valid in async functions, async generators and modules
- SyntaxError: continue must be inside loop
- SyntaxError: tagged template cannot be used with optional chain
- SyntaxError: new keyword cannot be used with an optional chain
- SyntaxError: return not in function
- RangeError: radix must be an integer
- SyntaxError: invalid regular expression flag "x"
- SyntaxError: \'arguments\'/\'eval\' can\'t be defined or assigned to in strict mode code
- SyntaxError: super() is only valid in derived class constructors
- SyntaxError: use of super property/member accesses only valid within methods or eval code within methods
- RangeError: BigInt negative exponent
- TypeError: calling a builtin X constructor without new is forbidden
- RangeError: BigInt division by zero
- TypeError: BigInt value can\'t be serialized in JSON
- TypeError: X.prototype.y called on incompatible type
- TypeError: can\'t assign to property "x" on "y": not an object
- ReferenceError: can\'t access lexical declaration \'X\' before initialization
- RangeError: x can\'t be converted to BigInt because it isn\'t an integer
- TypeError: can\'t convert x to BigInt
- TypeError: can\'t convert BigInt to number
- TypeError: property "x" is non-configurable and can\'t be deleted
- TypeError: can\'t define property "x": "obj" is not extensible
- TypeError: can\'t redefine non-configurable property "x"
- TypeError: can\'t set prototype of this object
- SyntaxError: private fields can\'t be deleted
- TypeError: class constructors must be invoked with \'new\'
- SyntaxError: cannot use ?? unparenthesized within || and && expressions
- TypeError: Iterator/AsyncIterator constructor can\'t be used directly
- SyntaxError: applying the \'delete\' operator to an unqualified name is deprecated
- TypeError: cyclic object value
- TypeError: can\'t set prototype: it would cause a prototype chain cycle
- TypeError: \'caller\', \'callee\', and \'arguments\' properties may not be accessed
- SyntaxError: "0"-prefixed octal literals are deprecated
- SyntaxError: octal escape sequences can\'t be used in untagged template literals or in strict mode code
- SyntaxError: duplicate formal argument x
- SyntaxError: Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead
- SyntaxError: property name __proto__ appears more than once in object literal
- RangeError: form must be one of \'NFC\', \'NFD\', \'NFKC\', or \'NFKD\'
- SyntaxError: functions cannot be labelled
- TypeError: can\'t access/set private field or method: object is not the right class
- SyntaxError: getter and setter for private name #x should either be both static or non-static
- SyntaxError: Unexpected \'#\' used outside of class body
- TypeError: setting getter-only property "x"
- SyntaxError: getter functions must have no arguments
- SyntaxError: identifier starts immediately after numeric literal
- SyntaxError: illegal character
- SyntaxError: import declarations may only appear at top level of a module
- TypeError: cannot use \'in\' operator to search for \'x\' in \'y\'
- RangeError: invalid array length
- TypeError: invalid assignment to const "x"
- SyntaxError: invalid BigInt syntax
- TypeError: derived class constructor returned invalid value x
- SyntaxError: invalid assignment left-hand side
- SyntaxError: for-in loop head declarations may not have initializers
- SyntaxError: a declaration in the head of a for-of loop can\'t have an initializer
- RangeError: invalid date
- TypeError: invalid \'instanceof\' operand \'x\'
- SyntaxError: JSON.parse: bad parsing
- SyntaxError: label not found
- TypeError: \'x\' is not iterable
- TypeError: WeakSet key/WeakMap value \'x\' must be an object or an unregistered symbol
- SyntaxError: missing ] after element list
- SyntaxError: missing : after property id
- SyntaxError: missing } after function body
- URIError: malformed URI sequence
- SyntaxError: missing = in const declaration
- SyntaxError: missing } after property list
- SyntaxError: missing formal parameter
- SyntaxError: missing name after . operator
- SyntaxError: missing ) after argument list
- SyntaxError: missing ) after condition
- TypeError: More arguments needed
- RangeError: repeat count must be non-negative
- TypeError: null/undefined has no properties
- TypeError: "x" is not a non-null object
- SyntaxError: missing variable name
- TypeError: can\'t delete non-configurable array element
- TypeError: "x" is not a constructor
- TypeError: "x" is not a function
- SyntaxError: parameter after rest parameter
- RangeError: precision is out of range
- RangeError: argument is not a valid code point
- TypeError: getting private setter-only property
- Error: Permission denied to access property "x"
- TypeError: Initializing an object twice is an error with private fields/methods
- AggregateError: No Promise in Promise.any was resolved
- SyntaxError: redeclaration of formal parameter "x"
- TypeError: "x" is read-only
- TypeError: Reduce of empty array with no initial value
- SyntaxError: \ at end of pattern
- SyntaxError: duplicate capture group name in regular expression
- SyntaxError: incomplete quantifier in regular expression
- SyntaxError: character class escape cannot be used in class range in regular expression
- SyntaxError: invalid capture group name in regular expression
- SyntaxError: invalid character in class in regular expression
- SyntaxError: invalid class set operation in regular expression
- SyntaxError: invalid decimal escape in regular expression
- SyntaxError: invalid identity escape in regular expression
- SyntaxError: invalid named capture reference in regular expression
- SyntaxError: invalid regexp group
- SyntaxError: invalid range in character class
- SyntaxError: invalid property name in regular expression
- SyntaxError: invalid unicode escape in regular expression
- SyntaxError: nothing to repeat
- SyntaxError: negated character class with strings in regular expression
- SyntaxError: numbers out of order in {} quantifier.
- TypeError: matchAll/replaceAll must be called with a global RegExp
- SyntaxError: raw bracket is not allowed in regular expression with unicode flag
- SyntaxError: "x" is a reserved identifier
- SyntaxError: rest parameter may not have a default
- RangeError: repeat count must be less than infinity
- SyntaxError: setter functions must have one argument
- ReferenceError: super() called twice in derived class constructor
- Warning: unreachable code after return statement
- SyntaxError: "use strict" not allowed in function with non-simple parameters
- SyntaxError: string literal contains an unescaped line break
- ReferenceError: must call super constructor before using \'this\' in derived class constructor
- InternalError: too much recursion
- ReferenceError: assignment to undeclared variable "x"
- SyntaxError: Unexpected token
- SyntaxError: reference to undeclared private field or method #x
- SyntaxError: function statement requires a name
- TypeError: "x" is (not) "y"
- SyntaxError: unparenthesized unary expression can\'t appear on the left-hand side of \'**\'
- Disjunction: |
- Input boundary assertion: ^, $
- Literal character: a, b
- Lookahead assertion: (?=...), (?!...)
- Lookbehind assertion: (?<=...), (?<!...)
- Named backreference: \k<name>
- Modifier: (?ims-ims:...)
- Named capturing group: (?<name>...)
- Non-capturing group: (?:...)
- Unicode character class escape: \p{...}, \P{...}
- Wildcard: .
- Quantifier: *, +, ?, {n}, {n,}, {n,m}
- Word boundary assertion: \b, \B
- get
- Rest parameters
- Method definitions
- set
- arguments.length
- arguments.callee
- arguments[Symbol.iterator]()
- Addition (+)
- Addition assignment (+=)
- async function expression
- Assignment (=)
- async function* expression
- Bitwise AND assignment (&=)
- Bitwise OR (|)
- Bitwise AND (&)
- Bitwise NOT (~)
- Bitwise OR assignment (|=)
- Bitwise XOR (^)
- Bitwise XOR assignment (^=)
- class expression
- Decrement (--)
- Comma operator (,)
- Destructuring
- Division (/)
- Equality (==)
- Division assignment (/=)
- Exponentiation (**)
- Exponentiation assignment (**=)
- Greater than (>)
- Grouping operator ( )
- function* expression
- import()
- in
- Increment (++)
- Inequality (!=)
- instanceof
- Left shift assignment (<<=)
- Left shift (<<)
- Greater than or equal (>=)
- Less than (<)
- Less than or equal (<=)
- Logical AND assignment (&&=)
- Logical NOT (!)
- Logical OR assignment (||=)
- Multiplication (*)
- Multiplication assignment (*=)
- new.target
- Nullish coalescing assignment (??=)
- Operator precedence
- Remainder (%)
- Remainder assignment (%=)
- Right shift (>>)
- Right shift assignment (>>=)
- Strict equality (===)
- Strict inequality (!==)
- Subtraction assignment (-=)
- super
- Subtraction (-)
- Unary negation (-)
- Unary plus (+)
- Unsigned right shift (>>>)
- void operator
- Unsigned right shift assignment (>>>=)
- yield
- yield*
- import.meta
- await using
- async function*
- Block statement
- break
- class
- continue
- do...while
- Empty statement
- export
- debugger
- Expression statement
- for await...of
- for
- function
- function*
- Labeled statement
- return
- using
- throw
- while
- with
- Import attributes
- decodeURI()
- decodeURIComponent()
- encodeURI()
- escape()
- globalThis
- eval()
- isFinite()
- parseFloat()
- AggregateError
- unescape()
- ArrayBuffer() constructor
- ArrayBuffer.prototype.maxByteLength
- ArrayBuffer.prototype.byteLength
- ArrayBuffer.prototype.resize()
- ArrayBuffer.isView()
- ArrayBuffer.prototype.resizable
- ArrayBuffer[Symbol.species]
- ArrayBuffer.prototype.transferToFixedLength()
- ArrayBuffer.prototype.transfer()
- AsyncDisposableStack
- ArrayBuffer.prototype.slice()
- AsyncFunction
- AsyncGenerator
- Array() constructor
- Array.prototype.copyWithin()
- Array.prototype.entries()
- Array.prototype.fill()
- Array.prototype.findLastIndex()
- Array.prototype.findLast()
- Array.fromAsync()
- Array.prototype.keys()
- Array.prototype.lastIndexOf()
- Array.of()
- Array.prototype.reduceRight()
- Array.prototype[Symbol.iterator]()
- Array[Symbol.species]
- Array.prototype[Symbol.unscopables]
- Array.prototype.toReversed()
- Array.prototype.toSpliced()
- Array.prototype.toLocaleString()
- Array.prototype.toString()
- Array.prototype.values()
- Array.prototype.toSorted()
- Array.prototype.with()
- AsyncGeneratorFunction
- AsyncIterator
- BigInt.asIntN()
- BigInt.asUintN()
- BigInt.prototype.toString()
- BigInt.prototype.toLocaleString()
- BigInt() constructor
- Atomics
- BigInt.prototype.valueOf()
- BigInt64Array
- BigUint64Array
- Boolean() constructor
- Boolean.prototype.toString()
- Boolean.prototype.valueOf()
- DataView.prototype.buffer
- DataView
- DisposableStack.prototype.defer()
- DisposableStack
- Date.prototype.getDate()
- Date.prototype.getDay()
- Date.prototype.getHours()
- Date.prototype.getMinutes()
- Date.prototype.getFullYear()
- Date.prototype.getMonth()
- Date.prototype.getSeconds()
- Date.prototype.getTime()
- Date.prototype.getTimezoneOffset()
- Date.prototype.getMilliseconds()
- Date.prototype.getUTCDate()
- Date.prototype.getUTCDay()
- Date.prototype.getUTCFullYear()
- Date.prototype.getUTCHours()
- Date.prototype.getUTCMilliseconds()
- Date.prototype.getUTCMinutes()
- Date.prototype.getUTCSeconds()
- Date.prototype.getUTCMonth()
- Date.prototype.getYear()
- Date.prototype.setDate()
- Date.prototype.setMilliseconds()
- Date.prototype.setFullYear()
- Date.prototype.setHours()
- Date.prototype.setMinutes()
- Date.prototype.setMonth()
- Date.prototype.setSeconds()
- Date.prototype.setTime()
- Date.prototype.setUTCDate()
- Date.prototype.setUTCFullYear()
- Date.prototype.setUTCHours()
- Date.prototype.setUTCMilliseconds()
- Date.prototype.setUTCMinutes()
- Date.prototype.setUTCSeconds()
- Date.prototype.setUTCMonth()
- Date.prototype[Symbol.toPrimitive]()
- Date.prototype.setYear()
- Date.prototype.toDateString()
- Date.prototype.toJSON()
- Date.prototype.toTemporalInstant()
- Date.prototype.toLocaleTimeString()
- Date.prototype.toTimeString()
- Date.prototype.toUTCString()
- Date.UTC()
- Date.prototype.toString()
- Date.prototype.valueOf()
- EvalError
- Error.captureStackTrace()
- Error() constructor
- Error: columnNumber
- Error: fileName
- Error.isError()
- Error: lineNumber
- Error: message
- Error.prototype.name
- Error.stackTraceLimit
- Error.prototype.toString()
- Error.prototype.stack
- Error: cause
- Float16Array
- Float32Array
- FinalizationRegistry
- Float64Array
- Generator
- Function.prototype.apply()
- Function.prototype.arguments
- Function.prototype.call()
- Function.prototype.bind()
- Function.prototype.caller
- Function: length
- Function: displayName
- Function() constructor
- Function: name
- Function: prototype
- Function.prototype[Symbol.hasInstance]()
- Function.prototype.toString()
- GeneratorFunction
- Int16Array
- Int8Array
- Int32Array
- InternalError
- JSON.isRawJSON()
- JSON.rawJSON()
- Iterator
- Map.prototype.clear()
- Map.prototype.delete()
- Map.prototype.entries()
- Map.prototype.get()
- Map.prototype.forEach()
- Map.prototype.getOrInsert()
- Map.prototype.getOrInsertComputed()
- Map.groupBy()
- Map.prototype.keys()
- Map() constructor
- Map.prototype.has()
- Map.prototype.set()
- Map.prototype.size
- Map[Symbol.species]
- Map.prototype[Symbol.iterator]()
- Map.prototype.values()
- Math.f16round()
- Math.sumPrecise()
- Number.EPSILON
- Number.isInteger()
- Number.isFinite()
- Number.isNaN()
- Number.isSafeInteger()
- Number.MAX_SAFE_INTEGER
- Number.MIN_SAFE_INTEGER
- Number.MAX_VALUE
- Number.MIN_VALUE
- Number.NaN
- Number.NEGATIVE_INFINITY
- Number.parseFloat()
- Number.POSITIVE_INFINITY
- Number() constructor
- Number.parseInt()
- Number.prototype.toExponential()
- Number.prototype.toLocaleString()
- Number.prototype.toFixed()
- Number.prototype.toString()
- Number.prototype.toPrecision()
- Number.prototype.valueOf()
- Object.prototype.__defineGetter__()
- Object.prototype.__lookupGetter__()
- Object.prototype.__lookupSetter__()
- Object.prototype.__defineSetter__()
- Object.defineProperties()
- Object.getOwnPropertyDescriptors()
- Object.getOwnPropertyDescriptor()
- Object.getOwnPropertySymbols()
- Object.groupBy()
- Object.getPrototypeOf()
- Object.prototype.isPrototypeOf()
- Object.isExtensible()
- Object.isFrozen()
- Object.isSealed()
- Object() constructor
- Object.prototype.__proto__
- Object.prototype.propertyIsEnumerable()
- Object.preventExtensions()
- Object.prototype.toLocaleString()
- Object.setPrototypeOf()
- Object.seal()
- Promise.allSettled()
- Promise.any()
- Promise.prototype.catch()
- Promise.prototype.finally()
- Promise.race()
- Promise.reject()
- Promise[Symbol.species]
- Promise.try()
- RangeError
- ReferenceError
- Reflect
- Set.prototype.add()
- Set.prototype.delete()
- Set.prototype.forEach()
- Set.prototype.clear()
- Set.prototype.has()
- Set.prototype.entries()
- Set.prototype.keys()
- Set() constructor
- Set.prototype.size
- Set.prototype[Symbol.iterator]()
- Set[Symbol.species]
- Set.prototype.values()
- SharedArrayBuffer.prototype.byteLength
- SharedArrayBuffer
- SuppressedError
- SyntaxError
- RegExp.prototype.dotAll
- RegExp.prototype.compile()
- RegExp.escape()
- RegExp.prototype.flags
- RegExp.prototype.hasIndices
- RegExp.prototype.global
- RegExp.prototype.ignoreCase
- RegExp.input ($_)
- RegExp.lastMatch ({{ListSubpages("", 1, 0, 1)}}amp;)
- RegExp.lastParen ($+)
- RegExp.leftContext ($\`)
- RegExp.prototype.multiline
- RegExp.$1, …, RegExp.$9
- RegExp() constructor
- RegExp.rightContext ($\')
- RegExp.prototype.sticky
- RegExp.prototype[Symbol.match]()
- RegExp.prototype.source
- RegExp.prototype[Symbol.matchAll]()
- RegExp.prototype[Symbol.replace]()
- RegExp[Symbol.species]
- RegExp.prototype[Symbol.search]()
- RegExp.prototype[Symbol.split]()
- RegExp.prototype.toString()
- RegExp.prototype.unicode
- RegExp.prototype.unicodeSets
- Symbol.asyncDispose
- Symbol.asyncIterator
- Symbol.dispose
- Symbol.for()
- Symbol.prototype.description
- Symbol.hasInstance
- Symbol.isConcatSpreadable
- Symbol.keyFor()
- Symbol.iterator
- Symbol.match
- Symbol.search
- Symbol.matchAll
- Symbol.replace
- Symbol.species
- Symbol.split
- Symbol() constructor
- Symbol.prototype[Symbol.toPrimitive]()
- Symbol.toPrimitive
- Symbol.prototype.toString()
- Symbol.toStringTag
- Symbol.unscopables
- Symbol.prototype.valueOf()
- String.prototype.isWellFormed()
- String.prototype.toWellFormed()
- Uint16Array
- TypeError() constructor
- TypedArray.prototype.buffer
- TypedArray.prototype.byteLength
- TypedArray
- Uint8Array
- Uint32Array
- Uint8ClampedArray() constructor
- Uint8ClampedArray
- URIError() constructor
- URIError
- WeakRef() constructor
- WeakRef
- WeakMap
- WeakSet
- Proxy.revocable()
- handler.apply()
- Proxy() constructor
- Temporal.Duration.prototype.blank
- Temporal
- Intl.getCanonicalLocales()
- Intl.supportedValuesOf()
- Intl.DateTimeFormat
- Intl.DisplayNames
- Intl.DurationFormat
- Intl.Collator
- Intl.ListFormat
- Intl.Locale
- Intl.NumberFormat.prototype.format()
- Intl.NumberFormat.prototype.formatRange()
- Intl.NumberFormat.prototype.formatRangeToParts()
- Intl.NumberFormat.prototype.formatToParts()
- Intl.NumberFormat.prototype.resolvedOptions()
- Intl.NumberFormat.supportedLocalesOf()
- Intl.NumberFormat() constructor
- Intl.PluralRules
- Intl.RelativeTimeFormat
- Intl.Segmenter
- SVG guides
- SVG tutorials
- SVG reference
- CSS – Каскадні списки стилів
- Довідка помилок JavaScript
- Регулярні вирази
- Функції
- Вирази та оператори
- Інструкції та оголошення
- Стандартні вбудовані об\'єкти
- SVG: масштабована векторна графіка
- Використання промісів
- Шпаргалка синтаксису регулярних виразів
- Довідник з JavaScript
- Регулярні вирази
- Робота з об\'єктами
- Вирази та оператори
- Модулі JavaScript
- Функції
- Цикли й ітерація
- JavaScript
- HTML – мова розмітки гіпертексту
Відкритий веб надає дивовижні можливості для розробників. Щоб скористатися усіма перевагами цих технологій, потрібно розуміти, як їх застосовувати. Нижче наведено посилання на документацію про різні вебтехнології.
Документація для веброзробників
- Посібник веброзробника
Посібник веброзробника пропонує корисні матеріали, які допоможуть вам використовувати вебтехнології для виконання того, що ви хочете або повинні зробити.
- Підручники для веброзробників
Набір підручників, які крок за кроком проведуть вас через вивчення HTML, CSS, JavaScript й API Вебу.
- Доступність
Про те, як зробити використання вебсайтів можливим для якомога більшої кількості людей, навіть якщо можливості цих людей певним чином обмежено.
- Ефективність
Про те, як зробити вміст якомога доступнішим та інтерактивнішим, якомога швидше.
- Безпека
Захист користувачів від витоку даних та крадіжки даних, атак сторонніми каналами, а також міжсайтового програмування, ін'єкцій вмісту та перехоплення клацань.
Довідник з вебтехнологій
- API Вебу
API програмування на JavaScript, які можна використовувати для створення застосунків у Вебі.
- HTML
HTML надає основні (базові) цеглини для структурування вебдокументів та вебзастосунків.
- CSS
Каскадні списки стилів використовуються для опису зовнішнього вигляду вебдокументів та вебзастосунків.
- JavaScript
JavaScript – це рідна мова програмування Вебу.
- WebAssembly
WebAssembly дає змогу програмам, написаним на C, C++, Rust, Swift, C#, Go та інших мовах, працювати у Вебі.
- Події
Події – це те, для реагування на що створюються вебзастосунки; наприклад, коли вебсторінка завершує своє завантаження, або коли користувач щось обирає, натискає клавішу, змінює розмір вікна, подає форму чи призупиняє відео.
- HTTP
HTTP – це фундаментальний протокол Інтернету для отримання документів, списків стилів, сценаріїв, зображень, відео, шрифтів та інших ресурсів крізь Веб – а також для надсилання даних назад на вебсервери.
- Медіа
Формати, кодеки, протоколи, API та техніки для вбудування та потокового відтворення відео, аудіо та зображень у вебдокументах і вебзастосунках.
- SVG
Масштабовна векторна графіка дає змогу описувати зображення, що плавно масштабуються до будь-якого розміру.
- MathML
MathML дає змогу показувати складні математичні формули у Вебі.
- Вебкомпоненти
Вебкомпоненти – це елементи, які можна самотужки визначити та багаторазово використовувати у вебзастосунках.
- WebDriver
WebDriver – це механізм автоматизації браузерів для віддаленого керування браузером шляхом імітування дій справжньої людини, що ним користується. Широко використовується для тестування вебзастосунків у різних браузерах.
- Веброзширення
Веброзширення – спосіб надати користувачам у їхніх браузерах розширені можливості, наприклад, блокування реклами та іншого вмісту, налаштування вигляду сторінок та інше.
- Декларації вебзастосунків
Декларації вебзастосунків дають користувачам змогу встановлювати вебзастосунки на домашні екрани своїх пристроїв, з наперед визначеними аспектами штибу вертикального чи горизонтального орієнтування екрана, режиму відображення (наприклад, повноекранного) тощо.
- Поступові вебзастосунки (PWA)
Поступові вебзастосунки пропонують користувацький досвід, подібний до нативних мобільних застосунків.
Документація інструментів розробника
- Інструменти розробника Firefox
Документація набору інструментів розробника, вбудованого в Firefox.
- Chrome DevTools
Документація набору інструментів розробника, вбудованого в Chrome.
- Вебінспектор Safari
Документація набору інструментів веброзробника, вбудованого в Safari.
- Edge DevTools
Документація набору інструментів веброзробника, вбудованого в Edge.