Skip to content

Commit 47ff3a3

Browse files
authored
Merge pull request deutranium#159 from Fonta22/patch-4
Added how to run bubbleSort.js on sortingAlgo's Readme.md
2 parents aab844a + 1dfb03b commit 47ff3a3

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)