File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
![ problems-solved] ( https://img.shields.io/badge/Problems%20Solved-542/2081-1f425f.svg )
4
4
![ problems-solved-java] ( https://img.shields.io/badge/Java-542/2081-1abc9c.svg )
5
5
![ problems-solved-python] ( https://img.shields.io/badge/Python-185/2081-1abc9c.svg )
6
+ ![ problems-solved-javascript] ( https://img.shields.io/badge/Python-3/2081-1abc9c.svg )
6
7
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
7
8
[ ![ cp] ( https://img.shields.io/badge/also%20see-Competitve%20Programming-1f72ff.svg )] ( https://github.com/anishLearnsToCode/competitive-programming )
8
9
Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ const reverse = x => {
20
20
21
21
return isNegative ? - result : result ;
22
22
} ;
23
-
24
- console . log ( reverse ( 120 ) )
You can’t perform that action at this time.
0 commit comments