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
1 changed files with 1 additions and 1 deletions

View File

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