Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Day 0/Data Types.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Author: Pavith Bambaravanage
* URL: https://github.com/Pavith19
*/

/**
* The variables 'firstInteger', 'firstDecimal', and 'firstString' are declared for you -- do not modify them.
* Print three lines:
Expand Down Expand Up @@ -32,4 +37,4 @@ function performOperation(secondInteger, secondDecimal, secondString) {

console.log(firstString.concat(secondString));

}
}