declaration error #1606
Replies: 2 comments
-
You've declared the variable |
Beta Was this translation helpful? Give feedback.
-
Identifier means the name of the variable. If you use a different identifier -- or, name -- this should be fixed; because you cannot declare something which was already declared. If your intentions are to change the value of the previously declared identifier, just remove the primitive data type (in this case, The above is initialization, whereas when you assign a primitive data type to the identifier, that is declaration. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
(Lesson 2) I'm following along with Patrick but solidity flag an error in my code despite it being the same as instructed

Beta Was this translation helpful? Give feedback.
All reactions