Q&A
Course Info
Curriculum
Get Started
1 / 3
Which method flattens a multi-dimensional array?
You
can
flatten
a
2D
or
3D
array
using
the
method.
.resize()
.flatten()
.reshape()
.reduce()
Previous
Confirm