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
Join the DEV x Linode Hackathon 2022 and use your ingenuity and creativity to build using Linode.
β Join the Hackathon <-
daniees45 -
spacewander -
Isaque Alcantara -
avital trifsik -
Once suspended, mzaini30 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mzaini30 will be able to comment and publish posts again.
Once unpublished, all posts by mzaini30 will become hidden and only accessible to themselves.
If mzaini30 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Zen.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag mzaini30:
Unflagging mzaini30 will restore default visibility to their posts.
Top comments (0)