Skip to content

Commit

Permalink
copliot second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdralston committed Mar 11, 2024
1 parent d213595 commit 2b170f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions member.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function skillsMember() {
return {
name: 'John Doe',
age: 30,
skills: ['JavaScript', 'Node.js', 'React.js']
}
}

0 comments on commit 2b170f9

Please sign in to comment.