We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffb857 commit 3e52d48Copy full SHA for 3e52d48
string_reverse.js
@@ -48,4 +48,6 @@ function reversestring(text){
48
}
49
50
return result
51
-}
+}
52
+
53
+console.log(reversestring("machine") ) // print the result
0 commit comments