learn-to-code
Here are 819 public repositories matching this topic...
Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like 0++
); they're all just "early SyntaxError" now. tc39/ecma262#691
-
Updated
May 21, 2020 - JavaScript
注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题
注意:请不要乱开无意义的 Issue,违者直接加黑名单
注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)
FreeCodeCamp.cn Issue 模板
如何使用本模板:
- 尽可能多填些相关信息,方便管理员参考
- 对于无法给出的内容,请删除掉那一行
以上内容请在提交 Issue 之前删除
浏览器信息
- 浏览器名称,版本号
- 操作系统
-
Updated
May 2, 2020 - CSS
-
Updated
Mar 16, 2020 - JavaScript
Small omission in the guide: it is implied in step 9 that a {}
literal should be parsed as a hash-map in the reader, but this is never explicitly stated earlier on. The sentence in question is: "This is basically the functional form of the {}
reader literal syntax".
-
Updated
May 2, 2020 - Python
Hi,
In the solutions to the exercises my_first_io and my_first_async_io, the variable to count the number of newlines is called "lines".
This is misleading since we are not counting the number of lines per se but rather the numbre of newlines, which are two different things.
e.g.
line 1 \n
line 2 \n
line 3
In the example above, we have 3 lines but only 2 newlines.
If I'm
-
Updated
Jun 12, 2019
Links with the medium.freecodecamp is broken need to be updated to freecodecamp/newss links
- If you get upset or stuck, read this article: Learning to Code: When It Gets Dark
Should be change to: [Learning to Code: When It Gets Dark](https://www.freecodecamp.org/news/learning-to-code-when-it-gets-dark-e485
log.md Day 0:
-
Updated
May 2, 2020 - JavaScript
git的快捷键 alias,加 oh-my-zsh应该是使用中比较实用的小技巧
在实际应用中,一遍一遍输入git status,git status,git commit -m 'xx'什么的确实挺繁琐,于是配置alias可以简化成 gst === git status,gcmsg 'xxx' === git commit -m 'xxx',gp === git push等等。。
大概是这样配置的
- alias gst='git status'
- alias gp='git push'
- alias gp='git push'
- …
而且还发现oh-my-zsh默认用的插件是git,查看oh-my-zsh的config
cat ~/.zshrc
其中有一条配置是
plugins=(git)
那么刨根问底拦不住,看看git插件的配置
`
Git
-
Updated
Sep 15, 2019
-
Updated
May 2, 2020 - PHP
Hack Club’s curriculum should be accessible, no exceptions. The new workshops are missing alt text for screenreader users on all images:
- Colorful Grammar
- Rickroll
- Rickroll Leader
- Sound Galaxy
- Splatter Paint
- Teachable Machine
From the archive, an incomplete list (search  of workshops with uncaptioned images included:
- [ ]
It would be good for any beginner to have lesson about setting a enviromment virtualenv and other things. If this would be good for you, I will be happy to do that.
This is something I reach for, perhaps because I'm used to it more than anything. But it might be nice to have Hoogle integrated into the documentation.
Shorten descriptions
Some descriptions for certain resources are very long, it'd be great if someone could go through all of these and shorten them. There shouldn't be too much of them.
Some examples:
- PHP: (The only proper) PDO tutorial
- Fullstack: freeCodeCamp curriculum
@lostdesign Maybe we should put some restriction on the amount of words that can be used for a resource?
CONTRIBUTORS
and Contributors
folders have been created.
When cloned on a Mac they overwrite the contributors
folder with a CONTRIBUTORS
folder.
- If you create the
add-username.txt
file in youradd-username
branch in theCONTRIBUTORS
folder and commit,reporobot
will not find it. - If you rename
CONTRIBUTORS
tocontributors
, then add the file and commit, `re
-
Updated
Nov 5, 2019 - Java
-
Updated
Aug 8, 2019 - Jupyter Notebook
-
Updated
May 17, 2020
-
Updated
Dec 25, 2017 - JavaScript
Our insights are full of these:
https://css-tricks.com/words-avoid-educational-writing/
Find them and rephrase them.
-
Updated
Dec 31, 2019 - Python
Flatten
Make a function that flattens a list of lists once.
Improve this page
Add a description, image, and links to the learn-to-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the learn-to-code topic, visit your repo's landing page and select "manage topics."
I noticed that @NitronR has added a ton of content to mostly the rosetta code section (thanks BTW). You can see a list of his PR's here. I did forum search for a couple of the challenges and it looks like guide pages have been created, but I noticed that the
forumTopicId
wasn't added to many of the chall