Skip to content

Create a function that will accept one argument (the word) and check if it is a palindrome (same forwards and backwards).

Notifications You must be signed in to change notification settings

Jng617/GA-homework1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

homework1

  • For homework we will be creating a function that checks specific words for palindromes.
  • Your job is to create a function that will accept one argument (the word) and check if it is a palindrome (same forwards and backwards).
  • Have the function return true or false.
  • Push your code to GitHub.

About

Create a function that will accept one argument (the word) and check if it is a palindrome (same forwards and backwards).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published