See more
Step 1: Make a Google Form with each field corresponding to the names of the fields in the HTML form.
K3OS is at k8s what rancherOs was for docker. And you know what, it’s by the same company!
async function firstAsync() { let promise = new Promise((res, rej) => { setTimeout(() => res("Now it's done!"), 1000) }); // wait until the promise returns us a value let result = await promise; // "Now it's done!" alert(result); }};
let promise = new Promise((res, rej) => { setTimeout(() => res("Now it's done!"), 1000) }); // wait until the promise returns us a value let result = await promise; // "Now it's done!" alert(result); }