Skip to content

fikrcamp/zero-and-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Zero and Ones

Your Task 📚:

Create a function called ZeroAndOne that converts 'Zero' and 'One' to 1s and 0s. If the arguement is not equal to 'Zero' or 'One' (case sensative) ignore it.

Examples 😃:
ZeroAndOne(["one","Zero","Zero","One"]) ➞ "001"
ZeroAndOne(["Zero", "ONE", "one", "Zero"]) ➞ "00"

Good Luck 😀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published