Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
// Write you code here

// const num1 = 2;
// const num2 = 31;

// const multiply = num1 * num2;

// const random = Math.ceil(Math.random() * Number.MAX_SAFE_INTEGER);

// const num3 = 8;
// const num4 = 2;
// const mod = num3 % num4;

// const numbers = [10, 5, 20, 15, 8];
// const max = Math.max(...numbers);




// Write your code here
Loading