Skip to content

devleague/chirp-chirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursion Exercise

Chirp

Getting started

Notes

  • Define a function named chirp() that takes a single argument 'n'
  • Calling chirp(3) will return the text "chirp chirp chirp"
  • chirp will call itself, each time returning "chirp "

Letter counter

Getting started

Notes

  • Define a function named countLetters() that takes two arguments 'counter' and 'text'
  • Calling countLetters(counter, sample_text) will populate the counter object with a count of how many times letters occur
  • countLetters will call itself until all letters are counted

About

Recursion (part 2) exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •