Skip to content

Commit 442316c

Browse files
authored
Rename Conditional statement(if-else).txt to Conditional_statement_(if-else).js
1 parent e54de8c commit 442316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hackerrank solutions/10 days of js/Conditional statement(if-else).txt renamed to Hackerrank solutions/10 days of js/Conditional_statement_(if-else).js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function main() {
3232
const score = +(readLine());
3333

3434
console.log(getGrade(score));
35-
}
35+
}

0 commit comments

Comments
 (0)