Skip to content

Commit ed52a38

Browse files
committed
Add profile required skills example
PR-URL: #140
1 parent 328749a commit ed52a38

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

.github/src/Roles/JavaScript.md

+50-50
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
## JavaScript
22

33
- To start asynchronous programming
4-
- arrow function
5-
- ...spread
6-
- ...rest
7-
- instanceof
8-
- typeof
9-
- destructuring
10-
- generator
11-
- iterator
12-
- chaining
13-
- yield
14-
- Symbol
15-
- class
16-
- this
17-
- super
18-
- try..catch
19-
- return
20-
- new Error
21-
- default parameters
22-
- Object
23-
- Array
24-
- Map
25-
- Set
26-
- IIFE
27-
- throw
4+
- arrow function: 🖐️ used
5+
- ...spread: 🖐️ used
6+
- ...rest: 🖐️ used
7+
- instanceof: 🖐️ used
8+
- typeof: 🖐️ used
9+
- destructuring: 🖐️ used
10+
- generator: 🖐️ used
11+
- iterator: 🖐️ used
12+
- chaining: 🎓 known
13+
- yield: 🎓 known
14+
- Symbol: 🎓 known
15+
- class: 🖐️ used
16+
- this: 🖐️ used
17+
- super: 🖐️ used
18+
- try..catch: 🖐️ used
19+
- return: 🖐️ used
20+
- new Error: 🖐️ used
21+
- default parameters: 🖐️ used
22+
- Object: 🖐️ used
23+
- Array: 🖐️ used
24+
- Map: 🖐️ used
25+
- Set: 🖐️ used
26+
- IIFE: 🖐️ used
27+
- throw: 🖐️ used
2828
- To start Node.js
29-
- async function
30-
- async generator
31-
- async iterator
32-
- optional chaining
33-
- global
34-
- globalThis
35-
- getters and setters
36-
- prototype
37-
- equality operators
38-
- logical operators
39-
- ternary operator
40-
- await
41-
- template literal
42-
- strict mode
43-
- Reflect
44-
- for await
45-
- import
46-
- export
47-
- mixin
48-
- extend
49-
- Proxy
50-
- timers
51-
- EventEmitter
52-
- Date
53-
- BigInt
54-
- npm
29+
- async function: 🖐️ used
30+
- async generator: 🎓 known
31+
- async iterator: 🎓 known
32+
- optional chaining: 🎓 known
33+
- global: 🎓 known
34+
- globalThis: 🎓 known
35+
- getters and setters: 🖐️ used
36+
- prototype: 🎓 known
37+
- equality operators: 🖐️ used
38+
- logical operators: 🖐️ used
39+
- ternary operator: 🖐️ used
40+
- await: 🖐️ used
41+
- template literal: 🖐️ used
42+
- strict mode: 🖐️ used
43+
- Reflect: 🎓 known
44+
- for await: 🎓 known
45+
- import: 🖐️ used
46+
- export: 🖐️ used
47+
- mixin: 🎓 known
48+
- extend: 🎓 known
49+
- Proxy: 🎓 known
50+
- timers: 🖐️ used
51+
- EventEmitter: 🎓 known
52+
- Date: 🖐️ used
53+
- BigInt: 🖐️ used
54+
- npm: 🎓 known

0 commit comments

Comments
 (0)