Skip to content

Commit

Permalink
Update skills.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GoKarol authored Mar 31, 2024
1 parent 3dc13a1 commit 4f42ff5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skills.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
function calculateNumbers(var1, var2)
function calculateNumbers(var1, var2){
console.log(var1 + var2);
}

0 comments on commit 4f42ff5

Please sign in to comment.