-
Notifications
You must be signed in to change notification settings - Fork 69
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
PR: JS3 syntax errors and typos #2218
Conversation
@pauly48 is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
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.
Looks good 🌟
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you, brother!
…On Wed, Aug 24, 2022 at 4:33 PM Flacial ***@***.***> wrote:
***@***.**** approved this pull request.
Looks good 🌟
—
Reply to this email directly, view it on GitHub
<#2218 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWHKOM4WXAX6FFDMT3USGTV22WL7ANCNFSM57RC7YSQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Codecov Report
@@ Coverage Diff @@
## master #2218 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 172 172
Lines 2953 2953
Branches 793 793
=========================================
Hits 2953 2953 |
Here are the UI that should reflect the changes @anthonykhoa |
@sly, For some reason when an array is passed into a prototype function
this way, it has to have a semi-colon for some reason. Otherwise, it throws
an error in output.
There was another issue & PR that addressed a similar issue. (PR #2205)
#2205
…On Wed, Aug 24, 2022 at 4:45 PM Sly ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In content/lessons/js3/sublesson/objects.mdx
<#2218 (comment)>
:
> @@ -1936,11 +1936,10 @@ object `{}`, to store the results.
common element.
```jsx
-;[9, 8, 7, 8, 7, 7, 7].getMostCommon()[
+;[9, 8, 7, 8, 7, 7, 7].getMostCommon()
// returns 7 because it is the most common element
Why is there a semicolon at the start of these two lines?
—
Reply to this email directly, view it on GitHub
<#2218 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWHKOLJRK2R6NWQK7G67SDV22X2PANCNFSM57RC7YSQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Closes #2200 #2201 #2209 #2212 #2217
UI results: