特定の間隔で文字列をJavascriptの配列に分割する方法は?
例: この文字列を 4 文字 (スペースと文字を含む) に分割します。
this is an example should be split,numbers(123),space,characters also included
に
this ------> 1st array
is ------> 2nd array
an ------> 3rd array
exam ------> 4th array
ple ------> 5th array
shou ------> 6th array ............ etc till.....
..ed ------> last array