Not going to lie it is HW for my class. I am suppose write a javascript that would ask user to enter words in a sentece, once done it reverses them.
I know you can do this by using length property or charAt() method. Or would be easier to use a loop?