its just ```js ipfs = await IPFS.create() // get the id with await ipfs.id() for await (const l of ipfs.ping('QmQutTiVfDceKLscTz7dSDBECJhfNBGFhCD5yymi6Mhj7n')) { console.log(l) } ```