Open jpradocueva opened 8 months ago
Todays tasks:
[x] create a repo called MD2HTML_RegExTools (create it in S-H )_
[x] install pluralize module
[x] create a .js
file that will run and create a plural out of an array of words
[x] create a .js
file that will run and create a singular out of an array of words
[x] check how library behaves if we want to pluralize a plural (and vice versa)
Please check this module that already provides plurals for any keyword.
https://www.geeksforgeeks.org/pluralize-and-singularize-any-word-using-the-pluralize-npm-module/