lesson 5 console.log("Contract Address: ${contract.address}") HELP #3068
-
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Oct 4, 2022
Replies: 1 comment 2 replies
-
@Ctlance First of all you have used double quotation marks, for concatenating variables inside a string you should use backticks. And really it is weird that it at least should print that string without even using backticks. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Ctlance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Ctlance First of all you have used double quotation marks, for concatenating variables inside a string you should use backticks. And really it is weird that it at least should print that string without even using backticks.