As of now, sections that have description text (e.g. summary, work experience, etc.) have been storing the individually parsed strings into their own object properties, such as text1, text2, etc. Change this so that the text is stored as elements in an array for easier retrieval after parsing has finished.
As of now, sections that have description text (e.g. summary, work experience, etc.) have been storing the individually parsed strings into their own object properties, such as
text1
,text2
, etc. Change this so that the text is stored as elements in an array for easier retrieval after parsing has finished.