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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
const reverseString = function(str) { const reverseString = function() {
}; };