// Write a function that accepts a string as a parameter. Return the most frequently occuring letter in that string. ( White spaces count as a letter )
4
1
2
3
letter in that string. ( White spaces count as a letter )
//Assignment - Functions Optional Challenge 3
// Write a function that accepts a string as a parameter. Return the most frequently occuring