Skip to content

Commit

Permalink
Copilot second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamears committed Oct 11, 2024
1 parent 7cfb706 commit 7fd784e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions memeber.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
function skillsMember() {
return {
name: 'John',
age: 30,
skills: ['HTML', 'CSS', 'JS'],
greet: function () {
console.log('Hello, I am ' + this.name);
},
};
}

0 comments on commit 7fd784e

Please sign in to comment.