Skip to content

The package has one function. The function gets string and print to console the number of vowels and consonants also print the length of the string. After all, the function returns an array with numbers that were printed.

Notifications You must be signed in to change notification settings

Nikita3A/awesome_string_parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

awesome_string_parsing

The package has one function. The function gets string and print to console the number of vowels and consonants also print the length of the string. After all, the function returns an array with numbers that were printed. Using in your script: const someVar = require("@nikita_npm/awesome_string_parsing"); someVar.string_parsing('string_parsing'); /////output//////////// Number of vowels in string: 3 Number of consonants in string: 11 String length: 14 [ 3, 11, 14 ]

About

The package has one function. The function gets string and print to console the number of vowels and consonants also print the length of the string. After all, the function returns an array with numbers that were printed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published