Skip to content

Personal project for fundamentals of Javascript, This is a module that translate a any word into our language we created named "Platzom"

License

Notifications You must be signed in to change notification settings

luissantiagodev/Platzom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platzom

Platzom is an invented language for a course called fundamentals of JS. made in platzi.The best place to learn

Description of the language

  • Si la palabra original es un palimodro, se devuelve la misma palabra
  • Si la palabra termina en "ar", se le quitan los dos caracteres
  • Si la palabra inicia con Z, se le añade "Pe" al final
  • Si la palabra traducida tiene 10 o mas letras, se debe partir a la mitad

Instalation

 npm install platzom

How to use

import plaztom from 'platzom' 
platzom("Zorro"); //Zorrope
platzom("Programar") //Program
platzom("Zarpar") //Zarppe
platzom("abecedario") //abece-dario
platzom("sometemos")// sOmEtEmOS

#Credits

license

MIT

About

Personal project for fundamentals of Javascript, This is a module that translate a any word into our language we created named "Platzom"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published