Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 283 Bytes

helperF(x)

just select the paragraph

const myPara = $('.myPara');

Put it inside the function

ParaSplitter(myPara);

It will return an object of

  • no of words?
  • no of lines?
  • array of each word
  • array of each word in each line important