Skip to content

a selection of small projects and katas in javascript

Notifications You must be signed in to change notification settings

chrisjkellett/js-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

js-playground

a selection of small projects and katas in javascript

password

creates a random password of fixed length which contains letters (in upper or lower case) or numbers.

generatePassword() // 'a4rTyH89rfjHB66'

reverse

reverses a given string.

reverse('hello world') //'dlrow olleh'

About

a selection of small projects and katas in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published