What creates the new line for each letter that requires the regular expression: const innerWord = wordEl.innerText.replace(/[ \n]/g, '');

后端 未结 0 1488
遇见更好的自我
遇见更好的自我 2021-02-15 09:17

I understand this code except from things being returned with a new line, rather than one array on the same line, thus requiring the regular expression. Is the map returning one

相关标签:
回答
  • 消灭零回复
提交回复
热议问题