Quiz on Data Structures
Quiz on Solidity Data Structures
1.
What’s the name of the method that adds a new element to the end of an array?
A.
push()
B.
append()
C.
add()
D.
pop()
1 / 7
Quiz on Solidity Data Structures
What’s the name of the method that adds a new element to the end of an array?
push()
append()
add()
pop()