Remove predefined parameter from reverseString.js

Making it consistent with other exercise setups
This commit is contained in:
chagstep1
2021-12-27 19:32:43 +03:00
committed by GitHub
parent 6b0e0e55e3
commit 6527372e94
+1 -1
View File
@@ -1,4 +1,4 @@
const reverseString = function(str) {
const reverseString = function() {
};