Reverse string in 1, 2, 3

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Array
		Array.from("noitjectnilqs").toReversed().join("")
ready
String
"noitjectni lqs".split().toReversed().join("")
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.