Below you will find all your generated JS templates.
You can paste this code in your JS file of any web project, or an HTML page between the “<script></script>” tags.
The last thing you will need to do is to create an HTML <div> element where your data will be displayed in. You can paste the following code in your HTML file:
<div id="testText"></div>
Note, you will need to add the Jquery CLI to your project of web page if you aren’t using it yet.
Here is the Jquery 3.3.1 CLI, which you can add before the closing </head> tag in your HTML:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>