We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3aab0 commit 9e1065cCopy full SHA for 9e1065c
member.js
@@ -0,0 +1,34 @@
1
+function skillsMember() {
2
+ return [
3
+ {
4
+ id: 1,
5
+ name: "HTML",
6
+ description: "HyperText Markup Language",
7
+ level: "Intermediate",
8
+ },
9
10
+ id: 2,
11
+ name: "CSS",
12
+ description: "Cascading Style Sheets",
13
14
15
16
+ id: 3,
17
+ name: "JavaScript",
18
+ description: "JavaScript",
19
20
21
22
+ id: 4,
23
+ name: "React",
24
+ description: "React",
25
26
27
28
+ id: 5,
29
+ name: "Vue",
30
+ description: "Vue",
31
32
33
+ ];
34
+}
0 commit comments