Easy requests, no more long code.
<script src="https://cdn.jsdelivr.net/gh/rostuhan/JsReq@main/main.js"></script>
Add the line above to the head of your html document.
Get(URL /* String */); // Returns Array
Post(URL /* String */, DATA /* Array */); // Sends data
Delete(URL /* String */); // Deletes data
Put(URL /* String */, DATA /* Array */); // Puts data
It's easy!