CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 05:31:19 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=4c03118fc3c6e869d0bbf27d4dd7acd487b22172d4a9840d4d65052a8575744ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2215-9Doq151BQkGUW9iUiIlsg7-q-wYAF%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e4b097dacef470-BLR
Corso recupero Javascript - video 14 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- <p id="p1"></p>
- <select>
- <option >a</option>
- <option >b</option>
- <option >c</option>
- <option >d</option>
- </select>
- <button id="btn">CALCOLA</button>
- <script>
- function funzione() {
- let ris = 0;
- for (let i=0; i<1000000000; i++){
- ris += Math.sqrt(i*Math.sin(i)*Math.sin(i));
- }
- return ris;
- }
- async function funzione_fetch() {
- const risposta_server = await fetch("https://www.camuso.it/test/elabora_con_ritardo.php");
- //alert("attesa terminata!");
- const dati = await risposta_server.text();
- document.getElementById("p1").innerText=dati;
- }
- //document.getElementById("btn").addEventListener("click", funzione_fetch);
- funzione_fetch();
- alert("sono ritornato subito dalla funzione async anche se non terminata");
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
-
✅ Make $2500 in 20 minutes⭐ X
JavaScript | 3 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 37 sec ago | 0.15 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 48 sec ago | 0.15 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ H
JavaScript | 50 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working R
JavaScript | 58 sec ago | 0.25 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 59 sec ago | 0.15 KB
-
📌 Instant BTC Profit Method ✅ Working E
JavaScript | 1 min ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 1 min ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand