-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Emiliano.Arreola.mex.wd-pt.apr-23 #3780
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
base: master
Are you sure you want to change the base?
Conversation
]; | ||
|
||
function doesWordExist(arr, bob) { | ||
if (arr.length > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a blocker but where is bob comming from ?
'matter' | ||
]; | ||
|
||
function howManyTimes() {} | ||
function howManyTimes(arr, bob) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
if (arr.length === 0 ) { | ||
return null } | ||
else { | ||
for (i=0; i< arr.length; i++){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice movee 🔥
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. |
No description provided.