-
-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checksβ¦
Add profile required skills example
1 parent
8bb6508
commit 27c4305
Showing
1 changed file
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
## JavaScript | ||
|
||
- To start asynchronous programming | ||
- arrow function | ||
- ...spread | ||
- ...rest | ||
- instanceof | ||
- typeof | ||
- destructuring | ||
- generator | ||
- iterator | ||
- chaining | ||
- yield | ||
- Symbol | ||
- class | ||
- this | ||
- super | ||
- try..catch | ||
- return | ||
- new Error | ||
- default parameters | ||
- Object | ||
- Array | ||
- Map | ||
- Set | ||
- IIFE | ||
- throw | ||
- arrow function: ποΈ used | ||
- ...spread: ποΈ used | ||
- ...rest: ποΈ used | ||
- instanceof: ποΈ used | ||
- typeof: ποΈ used | ||
- destructuring: ποΈ used | ||
- generator: ποΈ used | ||
- iterator: ποΈ used | ||
- chaining: π known | ||
- yield: π known | ||
- Symbol: π known | ||
- class: ποΈ used | ||
- this: ποΈ used | ||
- super: ποΈ used | ||
- try..catch: ποΈ used | ||
- return: ποΈ used | ||
- new Error: ποΈ used | ||
- default parameters: ποΈ used | ||
- Object: ποΈ used | ||
- Array: ποΈ used | ||
- Map: ποΈ used | ||
- Set: ποΈ used | ||
- IIFE: ποΈ used | ||
- throw: ποΈ used | ||
- To start Node.js | ||
- async function | ||
- async generator | ||
- async iterator | ||
- optional chaining | ||
- global | ||
- globalThis | ||
- getters and setters | ||
- prototype | ||
- equality operators | ||
- logical operators | ||
- ternary operator | ||
- await | ||
- template literal | ||
- strict mode | ||
- Reflect | ||
- for await | ||
- import | ||
- export | ||
- mixin | ||
- extend | ||
- Proxy | ||
- timers | ||
- EventEmitter | ||
- Date | ||
- BigInt | ||
- npm | ||
- async function: ποΈ used | ||
- async generator: π known | ||
- async iterator: π known | ||
- optional chaining: π known | ||
- global: π known | ||
- globalThis: π known | ||
- getters and setters: ποΈ used | ||
- prototype: π known | ||
- equality operators: ποΈ used | ||
- logical operators: ποΈ used | ||
- ternary operator: ποΈ used | ||
- await: ποΈ used | ||
- template literal: ποΈ used | ||
- strict mode: ποΈ used | ||
- Reflect: π known | ||
- for await: π known | ||
- import: ποΈ used | ||
- export: ποΈ used | ||
- mixin: π known | ||
- extend: π known | ||
- Proxy: π known | ||
- timers: ποΈ used | ||
- EventEmitter: π known | ||
- Date: ποΈ used | ||
- BigInt: ποΈ used | ||
- npm: π known |