Posts by rodrilima • 23 points
1 post
-
2
votes2
answers153
viewsQ: Next 0-Z Sequence Code with Javascript
I need to create a Javascript function that takes a string of letters and numbers and it returns the next count value. The count goes from 0 to Z. Example of the sequence: 0 - 1 - 2 - 3 - 4 - 5 - 6…