SyntaxFix
Write A Post
Hire A Developer
Questions
You can now use top level await in Node v13.3.0
import axios from "axios"; const { data } = await axios.get("https://api.namefake.com/"); console.log(data);
run it with --harmony-top-level-await flag
--harmony-top-level-await
node --harmony-top-level-await index.js