Skip to content

Commit

Permalink
Adding two nos
Browse files Browse the repository at this point in the history
  • Loading branch information
codingXpert committed Jun 17, 2022
1 parent 9acef42 commit cdbe436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addition.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let a = 20;
let b = 30;
console.log("Sum = " , a+b);

0 comments on commit cdbe436

Please sign in to comment.