Quiz on Data Structures

We'll cover the following...

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