How to export array lines value of textarea by javascript [duplicate]

I need to convert textarea value to array so each item of array is value of row in text area
example in image textarea display two lines and array should be

[
   "2025年3月7日(金)から9日(日)まで、東静岡のグランシップ広場で「おいもフェス SHIZUOKA 2025」", 
   "が開催されます。"
]

enter image description here