Skip to content

(FT-WD-05.23) - Paula Mateo #3794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Anpal1986
Copy link

Lab solves (But I didnt have time for the Bonuses :s) I am very tired already.

Copy link

@TA-Remote TA-Remote left a comment

Choose a reason for hiding this comment

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

  • Pay attention to the names you choose even inside your functions
  • Good work, keep practicing
  • Try to clean your code after you finish writing it
  • Keep indentation in mind so it's easier to read your code

function doesWordExist(arr, word) {
let result=0;
let result2=0;
for (let i=0; i<arr.length; i++){

Choose a reason for hiding this comment

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

You aren't using result after you declare it, so it could be good to clean up your code after you finished it

@stale
Copy link

stale bot commented Jun 18, 2023

This pull request has been automatically marked as stale because it didn't have any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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