We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2340ff6 commit f6b721aCopy full SHA for f6b721a
member.js
@@ -0,0 +1,10 @@
1
+function skillsMember() {
2
+ var skills = [
3
+ 'JavaScript',
4
+ 'React',
5
+ 'Node',
6
+ 'MongoDB',
7
+ 'Express'
8
+ ]
9
+ return skills;
10
+}
0 commit comments