I dont know why my program cannot return thing. Pls help
You should consider using .append( )
method. .append( )
will append the value into the common
array.
Rather than nested for
loops can you think of another way to return a list of letters in common?
Possibly consider if
& and not
maybe?