Skip to content

Commit 6527372

Browse files
authored
Remove predefined parameter from reverseString.js
Making it consistent with other exercise setups
1 parent 6b0e0e5 commit 6527372

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)