Compare commits

..

No commits in common. "a3c7a49770d46bca9e90d8606c2dba717c2cbcae" and "cdbfc9f1a1c9591729899aced061c2080823a389" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,3 +0,0 @@
# README
This is a practice repo following [JavaScript: Functions](https://app.pluralsight.com/course-player?clipId=bdda4158-f634-4866-ac1a-f536f948c3e1)

5
app.js
View File

@ -1,4 +1 @@
let sum2 = (num1, num2) => num1 + num2;
let output = sum2(10,5);
console.log(output);
console.log("hello");