Last active
January 31, 2019 21:20
-
-
Save protoEvangelion/771d022c45b1c7fc5e7355004bbdd321 to your computer and use it in GitHub Desktop.
Kindle Copy Text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [...temp1.children].reduce((accum, current) => { | |
| return `${accum} ${current.innerText}` | |
| }, '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
temp1 is the wrapper node for the text