(ms)
| 38 | |
| 39 | const app = document.querySelector("#app"); |
| 40 | let delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); |
| 41 | const resumeUrl = "https://drive.google.com/u/0/uc?id=1J8QGMreVTsC-K-d5bpKV1BVNXxrCUYQa&export=download"; |
| 42 | |
| 43 | //Defining the functions |