Remove predefined parameter from reverseString.js
Making it consistent with other exercise setups
This commit is contained in:
parent
6b0e0e55e3
commit
6527372e94
|
@ -1,4 +1,4 @@
|
|||
const reverseString = function(str) {
|
||||
const reverseString = function() {
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue