Lesson 6: (9:35:17) ReferenceError: currentValue is not defined #742
-
|
When running test-deploy.js I receive the message:
Code const { ethers } = require("hardhat") // describe("SimpleStorage", () => {}) }) |
Beta Was this translation helpful? Give feedback.
Answered by
anannyenaik
Jul 4, 2022
Replies: 1 comment 2 replies
-
|
There is a typo in your code where you declare |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dgbweb3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a typo in your code where you declare
currentValue(there is a _). Let me know if this helps.