Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self-assessment update winter exams 2025 #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
60 changes: 30 additions & 30 deletions Skills/JavaScript.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## JavaScript

- Language
- `Object`
- `Function`
- `Boolean`
- `Number`
- `Object`u
- `Function`u
- `Boolean`u
- `Number`u
- `BigInt`
- `String`
- `Symbol`
- `Infinity`
- `Symbol`u
- `Infinity`h
- `NaN`
- `undefined`
- `null`
- `undefined`h
- `null`h
- `this`
- `instanceof`
- `...spread`
- `...rest`
- `typeof`
- `typeof`u
- Destructuring
- Generators
- Iterators
Expand All @@ -40,8 +40,8 @@
- `void`
- `yield`
- `await`
- Template literal
- Strict mode
- Template literal h
- Strict mode u
- Hoisting
- `delete`
- `in`
Expand All @@ -59,16 +59,16 @@
- Private class fields
- Private class methods
- Statements
- `if`
- `while`
- `do..while`
- `for`
- `for..in`
- `for..of`
- `if`u
- `while`u
- `do..while`u
- `for`u
- `for..in`h
- `for..of`u
- `for await`
- `throw`
- `break`
- `continue`
- `break`h
- `continue`h
- `import`
- `export`
- `label`
Expand All @@ -79,20 +79,20 @@
- `with`
- `new`
- Functions
- Arrow function
- Arrow function u
- Async function
- Function declaration
- Function expression
- Function declaration h
- Function expression h
- Default parameters
- Functional object
- `Function.prototype.call`
- `Function.prototype.bind`
- `Function.prototype.apply`
- `return`
- `return` u
- Data structures
- `Array`
- `Map`
- `Set`
- `Array` u
- `Map` h
- `Set` h
- `WeakMap`
- `WeakSet`
- Typed arrays
Expand All @@ -101,8 +101,8 @@
- Standard classes and namespaces
- `Proxy`
- `RegExp`
- `Date`
- `Math`
- `Date`
- `Math`
- `Reflect`
- `Error`
- `Atomics`
Expand All @@ -111,11 +111,11 @@
- `FinalizationRegistry`
- `Intl`
- `Promise`
- `console`
- `console` u
- Timers
- Infrastructure
- V8
- Node.js
- Node.js u
- npm
- prettier
- MDN
Expand Down