Algorithm Challenge 1 - [Reverse String]
Given a string of characters as input, write a function that returns it with the characters reversed. (E.g "hello world" => "dlrow olleh").
SOLUTION 1:
#1. Let's create a function "reversedWord" with a parameter "w" which represents the argument (...
ifeanyiomeata.hashnode.dev4 min read