Desarrollado con el editor Atom
Pseudocódigo
Creamos una función(text) llamada cipher Luego creamos un array = text.split("") con el cual se convierte el texto a un array Luego creamos un newArray = array.splice(0,7) Luego creamos un dobleNewArray = array.concat(newArray) Guardamos en finalText = dobleNewArray.join("") Si(typeof(tect)=== typeof("h")){ retorna("texto original es" + text + "\n" + "texto cifrado es: " + finaltext) }retornar alerta("error")
Diagrama de Flujo