Skip to content
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

Complete JavaScript Functions & Arrays Lab Solved Lab #4214

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

Conversation

SyriusHentschel
Copy link

Implemented maxOfTwoNumbers to find the greater of two numbers
Created findLongestWord to identify the longest word in an array
Built sumNumbers and a more flexible sum function for array calculations
Developed averageNumbers and averageWordLength functions
Added uniquifyArray to remove duplicates from word arrays
Implemented doesWordExist to check for word presence in arrays
Created howManyTimes to count word occurrences
Completed the bonus greatestProduct function to find the largest product of four adjacent numbers in a matrix
All functions handle edge cases appropriately and should pass all tests in the Jasmine test suite.

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.

1 participant