You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a question or suggestion regarding a specific ProtoSchool lesson? Please use this template to share it!
URL of the lesson that's confusing: https://proto.school/regular-files-api/03 What's confusing about this lesson?
im getting: SyntaxError: identifier starts immediately after numeric literal. I'm following exact solutions script. i don't know where to put the title of the file I uploaded. Is this where i need to know javascript? It's a single file so i used/
const result = await ipfs.add(15_15Frame_basicPDF.drawio[0])
i tried with ipfs.addall syntax, i played with syntax for both add and addall. What additional context could we provide to help you succeed?
there is mention of requiring javascript knowledge somewhere on site. But i feel like i shouldn't have to for this example. maybe a copy paste option for adding file name to exact syntax. Perhaps i'm on crack... i'll keep muckin around :) What other feedback would you like to share about ProtoSchool?
The text was updated successfully, but these errors were encountered:
I tried another file. MEA.pdf is the exact name.
const result = await ipfs.add(MEA.pdf[0])
i tried adding file name to (files) on line 1
i tried (MEA.pdf) , (MEA) , (files[mea.pdf]) , (files[MEA])
Have a question or suggestion regarding a specific ProtoSchool lesson? Please use this template to share it!
URL of the lesson that's confusing:
https://proto.school/regular-files-api/03
What's confusing about this lesson?
im getting: SyntaxError: identifier starts immediately after numeric literal. I'm following exact solutions script. i don't know where to put the title of the file I uploaded. Is this where i need to know javascript? It's a single file so i used/
const result = await ipfs.add(15_15Frame_basicPDF.drawio[0])
i tried with ipfs.addall syntax, i played with syntax for both add and addall.
What additional context could we provide to help you succeed?
there is mention of requiring javascript knowledge somewhere on site. But i feel like i shouldn't have to for this example. maybe a copy paste option for adding file name to exact syntax. Perhaps i'm on crack... i'll keep muckin around :)
What other feedback would you like to share about ProtoSchool?
The text was updated successfully, but these errors were encountered: