Skip to content

Latest commit

 

History

History

convertABooleanToAString

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Convert a Boolean to a String

8 kyu link to kata
my solution

Implement a function which convert the given boolean value into its string representation.

Note: Only valid inputs will be given.