-
-
Notifications
You must be signed in to change notification settings - Fork 305
Build beginner-accessible JavaScript reference articles #1068
Comments
@Rafase282, Before creating these articles, we need to come up with a template and layout. |
We could use this. |
@Rafase282 @atjonathan glad you two jumped on this issue so quickly. I created this because of this thread: http://forum.freecodecamp.com/t/anyone-else-think-mdn-code-descriptions-samples-suck/5784 If you see any articles that already exist, could you check them off on this issue? |
@QuincyLarson so I'm a little confused now, on what the confusion is about. I thought the issue was with the linked articles in the alogirthm challenges? When I looked at this articles list, I didn't see the Built In Objects, which made go over and look for them on the wiki. I found the String.prototype.split() and it looked like it was just a parsed down version of the MDN version? So that has me wondering if it is just an issue of the challenges linking to the FCC wiki? I was thinking the current pages could be simplified even further, and made this example. |
I also sent Chris Mills from MDN an email last night, to see if there is anyway I could go about this(template wise and all) that would be beneficial to both FCC and MDN. He is on vacation until next Wednesday though. |
I'm still relatively green in javascript. I just haven't used it enough yet, but understand it enough to explain to newbies and I TA'd at a local Intro to Javascript class with Girl Develop It. I like @Rafase282 template, very simple. I would love to help, just let me know what you come up with even if we are just taking MDN and parsing it down more. Thanks! |
@kmcmcurtis7 we can talk more about this at our Wiki chat room. Feel free to drop by there, if you haven't already. |
What we already have, feel free to review the content for improvements.Strict Mode |
I took a crack at the assignment operator article and just opened a PR #1109. Please provide feedback and improvement suggestions! |
@dakshshah96, added! |
This is a list of the MDN's JavaScript articles. It's clear that they are not sufficiently accessible to beginner developers. Our goal is to create wiki articles that express the same content as these MDN articles, but in more accessible wording where possible, and with simpler examples.
Note that the MDN is creative-commons licensed, and we can link back to their original articles at the bottom of our articles so their original authors get credit, too.
Expressions and operators
Statements and declarations
Functions
Classes
Errors
Misc
The text was updated successfully, but these errors were encountered: