-
Notifications
You must be signed in to change notification settings - Fork 17.5k
Checking my work #320
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
KP-Tim
wants to merge
35
commits into
jonasschmedtmann:master
Choose a base branch
from
KP-Tim:checking-my-work
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
Checking my work #320
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
changed in laptop
changes in desktop
Added arrow function
Coding Challenge jonasschmedtmann#2 added
Code challege problems 1 and 2 done
Challenge jonasschmedtmann#3 done and added
Basic Array Lecture Done and Added
Last change done I don't know what it is
Basic array methods added
Code Challege jonasschmedtmann#2 Done and Added
About to begin challenge 2.
Challenge 2 Done
Challenge 3 Done
Loop backwards done
Loop lectures are done.
Challenge 4 done but redo it
Learning how to code using mdn, google. stackoverflow
Developer skills & editor setup lecture done.
Developer Challenge jonasschmedtmann#1 Done
in the middle just in case i forget to submit
updated dice roll project
done except implementing high score
Guessing game finished
Changed inital setup and rolling dice player 1
I created the project and finished it.
Author
|
a |
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 December 14, 2022 at 11:29 PM, KP-Tim ***@***.***) wrote:
pig game i did
…________________________________
You can view, comment on, or merge this pull request online at:
#320
Commit Summary
* c48e885<c48e885> Update script.js
* 5abca3f<5abca3f> Update script.js
* 1b21922<1b21922> Update script.js
* 0d337c7<0d337c7> Update script.js
* 0d50b60<0d50b60> Update script.js
* 67e6d68<67e6d68> Update script.js
* 3de509b<3de509b> Update script.js
* 4335426<4335426> Update script.js
* 92ec97b<92ec97b> Update script.js
* 701fe89<701fe89> Last change
* 7212a4b<7212a4b> Update script.js
* 1feca92<1feca92> Update script.js
* 0a6201a<0a6201a> Update script.js
* 54d355e<54d355e> Challenge 3 Starts
* fdd1b20<fdd1b20> Loop lecture starts
* cc5a186<cc5a186> While loop lecture starts
* 0d3beed<0d3beed> Challenge 4 starts
* f810fe0<f810fe0> Check challenge 4
* 29f6800<29f6800> How to solve a problem done
* b24ac7b<b24ac7b> 12/5/ done
* b0d6ba5<b0d6ba5> Code Challenge #1 starts
* 1bc2105<1bc2105> HTML and CSS crash course begins
* 55a01bb<55a01bb> last
* c25f866<c25f866> Guess my number proejct
* 94bdebc<94bdebc> Dice roll update
* f5e5c76<f5e5c76> I guess we changed it
* 917a61e<917a61e> Keep going random game
* 4df5698<4df5698> Last update
* 305574e<305574e> Random number project almost done
* 949eb15<949eb15> UI project starts
* 143a686<143a686> Random Dice game 1
* dc1cb41<dc1cb41> Rolls dice and update player scores
* f008f29<f008f29> check
* 5698c7a<5698c7a> Pig-Game Done Initially
* 087725c<087725c> Revised Pig Game Myself
File Changes
(12 files<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files>)
* A .prettierrc<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-663ade211b3a1552162de21c4031fcd16be99407aae5ceecbb491a2efc43d5d2> (1)
* M 02-Fundamentals-Part-2/starter/index.html<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-39807c93a44e7e0648d48b799e5035bf978875515d61045a95d47734b22b4090> (60)
* M 02-Fundamentals-Part-2/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-6fa24fe0ddc8915d69b893eac809daa8358bf085f02660ba67bf0e57e929ad43> (416)
* M 03-Developer-Skills/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-86d30234b88ac09369ca5370b9e815fe7f5ae9897ca0b21fe422404d3fd673c0> (70)
* A 04-HTML-CSS/starter/index.html<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-db67d13cbd11819c2f52a011b4dba72c592efedb32af70786c2e2717498541a8> (31)
* A 04-HTML-CSS/starter/style.css<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-31a870cd46a7f3e4542c2544ad8384b92d1a7053c8fe75cc31ca56cd7978a96c> (31)
* M 05-Guess-My-Number/starter/index.html<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-11703f3fb409eda4591a53a5d987ec7497633133d9a50dcfbe47a7124bae1214> (4)
* M 05-Guess-My-Number/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-effa5acc72bbbbf9fedf2c2416127e4a0fcfcbc9d0f61ac136edf6df03ea41d2> (77)
* M 06-Modal/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-cce736a91928249ddcb19c7435c2c71956764a853e5eaa73f1a3ba1e30387d84> (72)
* M 07-Pig-Game/final/index.html<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-7a03bcb9a4a8d346a5c1e619bf6574f33b37756a76d610785489823e6752ca19> (2)
* M 07-Pig-Game/starter/script.js<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-4a0b5ef674142a16d68a53ab25f0fd5436ffa10b67b73c3c3b561a2c4b288938> (103)
* M 07-Pig-Game/starter/style.css<https://github.com/jonasschmedtmann/complete-javascript-course/pull/320/files#diff-392e027bf979059fe00aa7a5ef4d38964ff93b844613f8be246606df60bf8f39> (4)
Patch Links:
* https://github.com/jonasschmedtmann/complete-javascript-course/pull/320.patch
* https://github.com/jonasschmedtmann/complete-javascript-course/pull/320.diff
—
Reply to this email directly, view it on GitHub<#320>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEO2BAR6BHCXJCNCDYV6FODWNJJ3ZANCNFSM6AAAAAAS7C6VIY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
087725c to
2f5853c
Compare
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.
pig game i did