"First\nSecond\nThird\n\nFourth".split(`\n`); ["First", "Second", "Third", "", "Fourth"]; // Remove empty string