how can i divide array into 2 arrays based on condition in javascript

i want to divide this array into 2 arrays the first one will hold all words before () and the second one will hold words into () like picture below
enter image description here