Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
reversing a string Series' Articles
Back to Bruce Axtens's Series
Testing (and Timing) String Reversal Functions
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 20 '19
Testing (and Timing) String Reversal Functions
#
javascript
#
programming
#
csharp
5
reactions
Comments
2
comments
6 min read
Reversing a string using RegExp
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 23 '19
Reversing a string using RegExp
#
javascript
#
programming
11
reactions
Comments
1
comment
1 min read
Reversing a string using a Generator
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 23 '19
Reversing a string using a Generator
#
javascript
#
programming
6
reactions
Comments
Add Comment
1 min read
Reversing a string using an Iterator
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 23 '19
Reversing a string using an Iterator
#
javascript
#
programming
17
reactions
Comments
Add Comment
1 min read
Reversing a string using an ArrayBuffer
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 24 '19
Reversing a string using an ArrayBuffer
#
javascript
#
programming
7
reactions
Comments
Add Comment
1 min read
Reversing a string using Object.keys() and .reduce?
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 25 '19
Reversing a string using Object.keys() and .reduce?
#
javascript
#
programming
5
reactions
Comments
2
comments
2 min read
Reversing a string using .some
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 26 '19
Reversing a string using .some
#
javascript
#
programming
2
reactions
Comments
Add Comment
1 min read
Reversing a string using .from
Bruce Axtens
Bruce Axtens
Bruce Axtens
Follow
Jul 26 '19
Reversing a string using .from
#
javascript
#
programming
6
reactions
Comments
4
comments
1 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account