Step 5 of 12 · Strings

Reverse a word

BeginnerJavaScript1,000 ms

Problem

Read one lowercase word and return its characters in reverse order.

Input

One lowercase word with no spaces.

Output

The same word reversed.

Examples

Input
semantic
Output
citnames

Reading semantic from right to left produces citnames.

Input
level
Output
level

A palindrome is unchanged when reversed.

Browser-isolated runner

Write your solution.

Define solve(input) and return the exact output. Network access is blocked and the runner stops after 1,000 ms. Run the example to inspect local console.log output.

Best verdictNot submitted
solution.jsLocal only
Keyboard: Tab to Run, then EnterSign in to submit
Try your own inputRuns locally without adding a saved attempt
Ready

You can run the example now. Sign in to submit and save progress.

Sign in to save this work. Your code, attempts, and Accepted progress return with your account.

Saved attempts

Verdict history

No saved submissions yet. Your first verdict will appear here.