Skip to content
Open

done #57

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 68-isogram/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

function isIsogram(str){
/** Reescribe con tus palabras y con pseudocódigo qué hay que hacer aquí. También te puedes valer de dibujos o esquemas para enseñarlos a clase. NO escribir código JavaScript */
// Bla bla
}

console.log(isIsogram("Dermatoglyphics")); // true
Expand Down
2 changes: 2 additions & 0 deletions 68-isogram/implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

function isIsogram(str){
/** Recuerda que si usas estructuras o herramientas que no hemso visto en clase es posible que tus compañeros y compañeras te pregunten por ellas :) */

// Bli Blu
}

console.log(isIsogram("Dermatoglyphics")); // true
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ Recently, it has been updated with the members of the team [Full Stack Altia](ht
[Adrián González Filgueira - 29](https://github.com/AdrianGonzalezFilgueira)
[Alba Guzman -](https://github.com/aguzsol)
[Albertina - 53](https://github.com/albertina75)
[Aleix Aguilar - 51](https://github.com/aleixnit)
[Aleix Aguilar - 51](https://github.com/aleixnit)
[Andrii Sharmar 65](https://github.com/SharmarAndrey)
[Angel Amado - 30](https://github.com/angel-amado)
[Ariel Neme - 23](https://github.com/ArielFabianN)
[Arnau Mas - 22](https://github.com/Arnau-Mas)
[Balam Castro - 62](https://github.com/ekbalam11)
[Carlos Marruedo - 15](https://github.com/CarlosMarruedo)
[Balam Castro - 62](https://github.com/ekbalam11)
[Carlos Marruedo - 15](https://github.com/CarlosMarruedo)
[Carolina Lisa-41](https://github.com/lisis/)
[Claudia Ballano - 16](https://github.com/claudiaballano)
[Cristian Cullell -24](https://github.com/cristian-cll)
Expand All @@ -101,7 +101,7 @@ Recently, it has been updated with the members of the team [Full Stack Altia](ht
[Diego Lajusticia](https://github.com/diegolajus)
[Diego Mucci - 56](https://github.com/DMucci)
[Didac Pérez](https://github.com/didac3141592)
[Eduard Garcia](https://github.com/GoatBass/)
[Eduard Garcia](https://github.com/GoatBass/)
[Esteban Piliponky - 64](https://github.com/epili50)
[Ester Fenero - 55](https://github.com/Ester-0)
[Fabian Taranto - 39](https://github.com/fataranto)
Expand All @@ -121,8 +121,8 @@ Recently, it has been updated with the members of the team [Full Stack Altia](ht
[Laia Guillén - 20](https://github.com/laiagc892)
[Lenny Cala](https://github.com/LennyCC)
[Leonar Estupiñan -34](https://github.com/LeonarEQ)
[Lila Sarfson - 37](https://github.com/LilaSarfson)
[Lorena Criado - TDD 2](https://github.com/crimanlor)
[Lila Sarfson - 37](https://github.com/LilaSarfson)
[Lorena Criado - TDD 2](https://github.com/crimanlor)
[Marc Bellido](https://github.com/mbellydo)
[Maria Aranda - 57](https://github.com/mariaarandam)
[Maria Canals - 19](https://github.com/maria-canals)
Expand Down