Skip to content

Commit

Permalink
copilot second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spawade99 committed May 28, 2024
1 parent 3e436fb commit 1ff92b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions member.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function skillsMember(){
console.log("Skills of the member...");
console.log("Skill 1: Java");
console.log("Skill 2: Python");
console.log("Skill 3: JavaScript");
}
1 change: 0 additions & 1 deletion skills.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
function calculateNumbers(var1, var2){
console.log("Calculating numbers...");
return var1 + var2;

}

0 comments on commit 1ff92b8

Please sign in to comment.