Skip to content

Conversation

TashTenner
Copy link

Resultado decepcionante, menos que 50% con suerte funciona


// Array of Strings

function averageWordLength(word) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esto te funciona?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, no me funciona para nada - la idea fue subir lo que había antes del deadline.

var dupl = [];
var ss;
for (var i = 0; i < wordsUnique.length; i++) {
for (var j = 1; j < wordsUnique.length - 1; j++) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Este bucle no está haciendo nada realmente.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Igual - lo dejé a medias y encima puede ser que la lógica del inicio no es correcta.


// Finding Elements

function doesWordExist(wordsFind, searchWord) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Te falta retornar el resultado.

@JdeJ
Copy link

JdeJ commented Jun 11, 2019

Hola Tash, tienes que trabajarlo un poco más. Pregunta todo lo que necesites que para eso estamos.

@JdeJ JdeJ closed this Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants