"use strict"; window.addEventListener('DOMContentLoaded', function () { const host = "http://localhost:8080"; const table = document.getElementById("tbody"); const form = document.getElementById("form"); const customerInput = document.getElementById("customer"); const idInput = document.getElementById("id"); const removeBtn = document.getElementById("removeBtn"); const getData = async function () { table.innerHTML = ""; const response = await fetch(host + "/order"); const data = await response.json(); /*data.forEach(order => { let temp = "