For Loop Writing Contents of Array

Displaying a String Backwards

This is my string:

This is my string written backwards:

Assigning a String to an Array and Printing(to avoid the annoying factor of alert) Each Element

This is my string:

This is my string converted to an array and displayed using a for loop:

Miscellaneous Coding

Array of my movies displayed using .join:


Array of my movies displayed backwards using .reverse:


Script increment test: