Untuk GET:
const axios = require('axios')
async function init(){
let hasilnya = await axios.get('https://kucing.com')
hasilnya = hasilnya.data
console.log(hasilnya)
}
Untuk GET:
const axios = require('axios')
async function init(){
let hasilnya = await axios.get('https://kucing.com')
hasilnya = hasilnya.data
console.log(hasilnya)
}
For further actions, you may consider blocking this person and/or reporting abuse
Alex (The Engineering Bolt) β‘ -
Fortune Nabhel Harmony -
Ben Halpern -
Shelley Benhoff -
Top comments (0)