-
Notifications
You must be signed in to change notification settings - Fork 17.5k
rest operator class done #328
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
Open
yanina-amatore
wants to merge
13
commits into
jonasschmedtmann:master
Choose a base branch
from
yanina-amatore:dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
Hey there,
This is an automatic reply. I know no one likes to get these, but I get an incredible amount of email, and I'd rather spend my time doing what I do best: working on bringing you the best courses I possibly can 😎
So the following points should reply to 90% of emails I get:
[1] FOR STUDENTS
👉 Do you have a problem with one of my courses? Please post it in the Q&A section, that's where all problems will get solved 😃
👉 Are you looking for career advice/next steps? Again, the course Q&A is the place to go. There, everyone can benefit from replies.
👉 Can't find your certificate? Please see this article<https://support.udemy.com/hc/en-us/articles/229603868-How-to-Download-Your-Certificate-of-Completion-on-a-Browser->.
👉 Are you looking for an e-book? The e-book was replaced many years ago by my resources page<https://codingheroes.io/resources/>.
👉 Are you looking to get a course for free? I sometimes run giveaways on my Discord channel<https://discord.gg/uhMkpf4>, but in general I don't give out free coupons, simply because it's unfair to people who actually bought the course.
👉 Are you looking for my older newsletters? I don't have them on my website currently. Maybe I will at some point, so check my website again later.
[2] FOR MARKETING PEOPLE
👉 Do you want me to publish my courses on your platform/create new courses/write a book/etc.? I won't, I am working 100% exclusive with Udemy.
👉 Do you want to help me with marketing my courses? I'm not interested, Udemy does a stellar job at promoting (really, don't waste your time trying to convince me).
If you have something important that's not covered here, just reply to this email, and I might answer it at some point (I can't guarantee it 😅).
Have a wonderful day!
Jonas
On January 25, 2023 at 2:08 AM UTC, yanina-amatore ***@***.***) wrote:
…________________________________
You can view, comment on, or merge this pull request online at:
#328
Commit Summary
* 0b6ae3c<0b6ae3c> initial commit
* 1917f2c<1917f2c> challenge 1
* db0d399<db0d399> challenge 2
* 41f4a98<41f4a98> Challenge 3
* 31f0266<31f0266> coding challenge 3
* 9b467be<9b467be> Challenge 2 completed
* df79521<df79521> challenge 3 completed
* fde2a08<fde2a08> ex LECTURE: Dot vs. Bracket Notation
* ebfec1b<ebfec1b> looping arrays
* f307233<f307233> while loops
* 2926982<2926982> fundamentals completed
* 2cdc5ef<2cdc5ef> destructuring arr and obj
* 4253de7<4253de7> rest operator class
File Changes
(6 files<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files>)
* M 01-Fundamentals-Part-1/starter/index.html<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files#diff-0ac9af15a2dc144abfdfe792cec735d6a94bb3e0458878edae10e6d0e7f2681a> (2)
* A 01-Fundamentals-Part-1/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files#diff-cf35b8de99b6cb00cb7ab79637b500372ffa093d760fcb6f049300c3d081ba6b> (158)
* M 02-Fundamentals-Part-2/final/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files#diff-baac16da1f1916c1aab6e92df4c190f2f9aa719bf81a5f0fa75653b3f2ed8a36> (1)
* M 02-Fundamentals-Part-2/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files#diff-6fa24fe0ddc8915d69b893eac809daa8358bf085f02660ba67bf0e57e929ad43> (326)
* M 09-Data-Structures-Operators/starter/index.html<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files#diff-fc02d0a9500abd005113cd1c3f955c438772c63de84de7085874cbe53a2d1f7a> (1)
* M 09-Data-Structures-Operators/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/328/files#diff-36f681927f46518899cb10fd8a9274b71393a4b3d3e9e9c26e68bab2a3207f7d> (118)
Patch Links:
* https://github.com/jonasschmedtmann/complete-javascript-course/pull/328.patch
* https://github.com/jonasschmedtmann/complete-javascript-course/pull/328.diff
—
Reply to this email directly, view it on GitHub<#328>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEO2BAXTPPU2QPNYZXKU3CLWUCDKRANCNFSM6AAAAAAUFZD5BI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.