Skip to content

Commit efdfbd4

Browse files
authored
Merge pull request TheOdinProject#206 from chagstep1/patch-1
2 parents b1a0bf9 + 6527372 commit efdfbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_reverseString/reverseString.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const reverseString = function(str) {
1+
const reverseString = function() {
22

33
};
44

0 commit comments

Comments
 (0)