Returns true if arg implements the Symbol.iterator, i.e. it's able to be passed to a for of loop.
arg
Symbol.iterator
for of
Returns true if
arg
implements theSymbol.iterator
, i.e. it's able to be passed to afor of
loop.