Skip to content

Commit 3e52d48

Browse files
committed
updated string reverse file
1 parent dffb857 commit 3e52d48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

string_reverse.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ function reversestring(text){
4848
}
4949

5050
return result
51-
}
51+
}
52+
53+
console.log(reversestring("machine") ) // print the result

0 commit comments

Comments
 (0)