Paragraph Reversal

           


     
     
     
     

Copyright JWSeddon 2022

//This code provides a webpage with an input text box, a button to paste the contents of the clipboard into the input box, a button to reverse the paragraphs of the input text, and a button to copy the reversed paragraphs to the clipboard. //The pasteFromClipboard() function is used to paste the contents of the clipboard into the input box, reversingParagraphs() is used to reverse the paragraphs of the text, and copyToClipboard() is used to copy the reversed paragraphs to the clipboard.