-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: most problem.md said verify program.mjs
but now say verify ex{N}.mjs
#16
Conversation
…s` because that wasn't obvious to me and I called mine `ex1.mjs` which was mentioned earlier in the problem
…(I read it as auth related)
problems/0-introduction/problem.md
Outdated
@@ -18,7 +18,7 @@ When you succeed, you type `learnyouw3up` again and select the next exercise. | |||
|
|||
Rinse and repeat for each excercise. Got it? Good. | |||
|
|||
Ok, now I need you to make that JS file we talked about. For this exercise we're going to print out your DID. Yeah, like an ID, but DECENTRALIZED. Woof. | |||
Ok, now I need you to make that JS file we talked about, and call it `program.mjs`. For this exercise we're going to print out your DID. Yeah, like an ID, but DECENTRALIZED. Woof. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, just below it says "When you're done, verify your solution with learnyouw3up verify ex1.mjs
...".
Perhaps we should change "To verify your program, run: $ADVENTURE_NAME verify program.mjs
" instead (so it reads ex1.mjs
)? We'd need to change for every problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great point. I didn't recognize the pattern until after I submitted this and I'd gotten to ex2 and beyond
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the PR to change this to saying 'and call it ex1.mjs
' and change the bottom from program.mjs
to ex1.mjs
. And I changed the bottom of all the other problem.md that said program.mjs
Co-authored-by: Alan Shaw <[email protected]>
…fy program.mjs' and now says 'verify ex{N}.json'
program.mjs
because that wasn't obvious to me and I called mine ex1.mjs
which was mentioned earlier in the problemprogram.mjs
because that wasn't obvious to me and I called mine ex1.mjs
which was mentioned earlier in the problem
program.mjs
because that wasn't obvious to me and I called mine ex1.mjs
which was mentioned earlier in the problemverify program.mjs
but now say verify ex{N}.mjs
No description provided.