Replies: 2 comments
-
Add "0x" to your private key like this. 0x73553d72c38dd56682a0ae59fd6de90b8e3b85d5b660f3bcd11652850d2c42ab |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rgperkins You are using single quote instead of backtick. console.log(`Current Favorite Number: ${currentFavoriteNumber.toString()}`); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There's not an issue per se; however, I am having some problems with the JavaScript syntax. Everything is running properly. When I deploy:
It returns
Current Favorite Number: ${currentFavoriteNumber.toString()}
instead of
And when I save the file, it always auto formats to
instead of
It's not a big issue, everything else is working properly. I going to move forward in the course, but I would like to know why this is happening. I am at the time marker 7:31:00, in case anyone is wondering. Thank-you in advance.
Beta Was this translation helpful? Give feedback.
All reactions