Skip to content

Latest commit

 

History

History

convert-a-boolean-to-a-string

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
  • Completed at: 2022-12-31T06:21:38.780Z

  • Completed languages: ruby

  • Tags: Strings, Fundamentals

  • Rank: 8 kyu

Description

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

Note: Only valid inputs will be given.