easy
92898954-4116-4ce4-b043-0e8f9fdf24deReverse a String
Problem
Write a function reverse(s) that returns the reverse of a string. Log reverse('codekilla').
Sample output
allikedoc
strings
Your solution — run it, use AI if stuck
javascript
Write a function reverse(s) that returns the reverse of a string. Log reverse('codekilla').
allikedoc