Skip to content

Kenia Rodriguez - #142

Open
kenia-r wants to merge 4 commits into
joinpursuit:masterfrom
kenia-r:master
Open

Kenia Rodriguez#142
kenia-r wants to merge 4 commits into
joinpursuit:masterfrom
kenia-r:master

Conversation

@kenia-r

@kenia-r kenia-r commented Dec 19, 2020

Copy link
Copy Markdown

Hey Corey, the assignment is late. I saw your comment on canvas and I apologize about submitting this after the due date. I will revisit this on my own time to complete the middleElement problem again and ensure I have a grasp on how to solve it.

Sincerely,
Kenia Rodriguez

Comment thread problems/arraysIntro.js
*/
function removeLast() {}
function removeLast(fruits) {
if (fruits.pop()) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should not be in an if statement

Comment thread problems/arraysIntro.js Outdated
* @returns {*|Array}
*/
function middleElement() {}
function middleElement() { }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

missing function

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.

3 participants