/Pig-latin

Primary LanguageJavaScript

Pig Latin Translator

Pig Latin Translator, 1/24/2019

By *Ryan McLean & Drew Yoxsimer

Description

Enter a year and the program will tell you if it is a leap year or not Ignores anything that is not a alphabetical character

  • input example: 1,2,3
  • output example: false

Adds 'ay' to single letter words that start with Vowels

  • input example: i
  • output example: iay

Words more than 1 letters and starts with a vowel adds 'way' to the end

  • input example: ice
  • output example: iceway

If word starts with one or more consecutive consonants, move to the end and add 'ay'

  • input example: bear
  • output example: earbay
  • input example: scrub
  • output example: ubscray

If word begins with 'y' then treat 'y' as a consonants.

  • input example: your
  • output example: ouryay

If first consonants include 'qu' then move 'qu' to the end.

  • input example: queen
  • output example: eenquay
  • input example: squeal
  • output example: ealsquay

Setup/Installation Requirements

  • No Setup/Installation Required

No need for any extra software just open a browser and input the address in the address bar

Known Bugs

There are no known bugs.

Support and contact details

Please contact Ryan McLean at mcleanrs@comcast.net.

Technologies Used

JavaScript and jQuery

License

This Software is Licensed under the MIT License.

Copyright (c) 2019 Ryan McLean & Drew Yoxsimer