lesson:9 ReferenceError: args is not defined #2563
-
when i am running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @DANIA001 the error seems to be from line 41. You haven't initialized a variable named |
Beta Was this translation helpful? Give feedback.
Hey @DANIA001 the error seems to be from line 41. You haven't initialized a variable named
args
in your01-deploy-raffle.js
file. Do this, create a variable namedargs
up before line31
and assign it the variable you have on line 33.I've made a PR. Check it out.