Grammar Checker

Hello folks,

this appears to be my first public appearance in CodeCademy community.

Some changes were made to the text of the original paragraph and extended functionality:

  1. Search on the badWord now collects all of the IDs in the storyWords array
  2. The whole text of storyWords array is now divided into small ones depending on

Forks for Grammar Checker in JavaScript can be seen below:

Codecademy workspace:
https://www.codecademy.com/workspaces/653786699cf7259a423c2a79
Gist:

Any feedback is appreciated.

Thanks in advance!

Regards.

  1. Search on the badWord now collects all of the IDs in the storyWords array
  2. The whole text of storyWords array is now divided into small paragraphs depending on number of sentences count ( punctSignCount ) with the limit of senLimit.
  3. Added an offset for all of the paragraphs