Skip to content

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