Chop String into Chunks

Write a code to chop a string into chunks of a given length and return it as an array.

Loading...