Hi Andy, it depends on the use case. If you are saving something from a user input field, use the content from the input field to inject with innerHTML and do a GET request through submitting the data from the input field to a server, it is NOT recommended because your site will be vulnerable to XSS attacks. (Google for more info) In the demo code on this article it is fine.