I don't understand the two SimpleStorages at line 4 #870
-
|
Beta Was this translation helpful? Give feedback.
Answered by
anannyenaik
Jul 11, 2022
Replies: 1 comment 1 reply
-
|
Just from that code snippet: I can comprehend this - Simply, simpleStorage holds whatever is inside simpleStorageArray (at index _simpleStorageIndex) Hope this helped! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
druqqie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just from that code snippet: I can comprehend this -
simpleStorage(a type ofSimpleStorage) is being assigned the value atsimpleStorageArray[_simpleStorageIndex].Simply, simpleStorage holds whatever is inside simpleStorageArray (at index _simpleStorageIndex)
Hope this helped!