frontAgain
frontAgain
https://the-winter.github.io/codingjs/exercise.html?name=frontAgain&title=String-1
Dada un string, devuelve true si los 2 primeros caracteres también aparecen al final, como en el caso de "edited".
Ejemplo
frontAgain('edited') → true
frontAgain('edit') → false
frontAgain('ed') → true