Skip to content

An example of a function looping through itself until a condition is met or can not be achieved

Notifications You must be signed in to change notification settings

baskeyx/recursive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Recursive Function

Recursive function which will check each item of an array against each other item.

It will return true if any items within the array can make up the phrase, otherwise it will return false.

Once the phrase has been matched it will stop searching.

About

An example of a function looping through itself until a condition is met or can not be achieved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published