Skip to content

Commit

Permalink
Add profile required skills example
Browse files Browse the repository at this point in the history
PR-URL: #140
  • Loading branch information
tshemsedinov committed Jan 23, 2024
1 parent 328749a commit ed52a38
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions .github/src/Roles/JavaScript.md
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

0 comments on commit ed52a38

Please sign in to comment.