File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 33![ problems-solved] ( https://img.shields.io/badge/Problems%20Solved-542/2081-1f425f.svg )
44![ problems-solved-java] ( https://img.shields.io/badge/Java-542/2081-1abc9c.svg )
55![ 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 )
67[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
78[ ![ cp] ( https://img.shields.io/badge/also%20see-Competitve%20Programming-1f72ff.svg )] ( https://github.com/anishLearnsToCode/competitive-programming )
89
Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ const reverse = x => {
2020
2121 return isNegative ? - result : result ;
2222} ;
23-
24- console . log ( reverse ( 120 ) )
You can’t perform that action at this time.
0 commit comments