Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Exercise: Create reverse echo page

Create a page that shows a single input box and a button. When the user clicks on the button the form is submitted and the server sends back the same string and the reversed verson of the same string.

Input: hello

Output: hello olleh