// JavaScript - asynchrone const user = await fetch("https://api.example.com/user/1"); const posts = await fetch("https://api.example.com/posts/1"); // Similaire grâce à await, mais sous le capot c'est asynchrone