Skip to content

Commit 1dfb03b

Browse files
authored
Added how to run bubbleSort.js on sortingAlgo's Readme.md
1 parent 832c1e7 commit 1dfb03b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sortingAlgo/bubbleSort/Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ It is used in the following cases where
4848
javac bubbleSort.java
4949
java bubbleSort
5050
```
51+
- JavaScript
52+
```
53+
node bubbleSort.js
54+
```

0 commit comments

Comments
 (0)