Skip to content

Commit 3b40487

Browse files
updates readme.md file
1 parent 223c69c commit 3b40487

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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

javascript/ReverseInteger.js

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ const reverse = x => {
2020

2121
return isNegative ? -result : result;
2222
};
23-
24-
console.log(reverse(120))

0 commit comments

Comments
 (0)