Permalink
Please sign in to comment.
Showing
with
491 additions
and 491 deletions.
- +5 −5 .github/CONTRIBUTING.md
- +3 −3 .github/PULL_REQUEST_TEMPLATE.md
- +2 −2 Accessing-the-database-from-your-frontend.md
- +1 −1 Algorithm-Everything-be-True.md
- +2 −2 Algorithm-Falsy-Bouncer.md
- +1 −1 Back-End-Project-Resources.md
- +2 −2 Backend-file-structure.md
- +2 −2 Bonus-SocketIO.md
- +2 −2 Brownie-Points.md
- +3 −3 Campsites.md
- +2 −2 Capitalize-First-Letter-Of-String.md
- +1 −1 Challenge-Generate-Random-Whole-Numbers-within-a-Range.md
- +1 −1 Challenge-Label-Bootstrap-Buttons.md
- +9 −9 Challenge-Save-your-Code-Revisions-Forever-with-Git.md
- +1 −1 Challenge-Solution-Template.md
- +1 −1 Challenge-Use-Hex-Code-to-Color-Elements-Blue.md
- +1 −1 Challenge-Use-Hex-Code-to-Color-Elements-Green.md
- +1 −1 Clear-Your-Browser's-Local-Storage.md
- +2 −2 Creating-a-New-Github-Issue.md
- +2 −2 Creating-a-new-API-endpoint.md
- +2 −2 Creating-a-new-directive.md
- +2 −2 Creating-a-new-route.md
- +1 −1 Dynamic-URLs-using-$routeParams.md
- +1 −1 Epilogue.md
- +2 −2 Fixing-exports.update.md
- +1 −1 Frontend-file-structure.md
- +2 −2 Get-info-about-the-current-user.md
- +1 −1 Gitter-Moderation-Policy.md
- +2 −2 Grunt.md
- +3 −3 Guide-Online-Contribution.md
- +18 −18 Guide-to-Back-End-Projects-Table-of-Contents.md
- +5 −5 Help-I've-Found-a-Bug.md
- +7 −7 Home.md
- +1 −1 How-GitHub-Issue-Moderators-AKA-Issue-Mods-Work.md
- +4 −4 How-To-Create-A-Pull-Request-for-Free-Code-Camp.md
- +1 −1 How-To-Fork-And-Maintain-a-Local-Instance-of-Free-Code-Camp.md
- +2 −2 How-To-Log-In-To-Your-Local-FCC-Site.md
- +2 −2 How-to-Get-Help-on-Gitter.md
- +3 −3 How-to-get-help-when-you-get-stuck.md
- +3 −3 Install-Django-Flask.md
- +1 −1 Intro-to-Yeoman-Angular-Fullstack-Back-End-Projects.md
- +1 −1 JS-Regex-Resources.md
- +2 −2 JS-Resources.md
- +291 −291 Map.md
- +1 −1 More-useful-APIs.md
- +2 −2 October-2015-Improvements.md
- +1 −1 Official-Free-Code-Camp-Chat-Rooms.md
- +1 −1 Other-resources-that-Free-Code-Camp-recommends-to-nonprofits.md
- +1 −1 Pull-Request-Contribute.md
- +1 −1 Python-Basics.md
- +4 −4 Python-Functions.md
- +5 −5 Python-Introduction.md
- +4 −4 Python-More-Builtin-Types.md
- +4 −4 Python-Operators.md
- +8 −8 Python.md
- +2 −2 Quick-tip-keep-data-in-sync.md
- +4 −4 Reduce-made-easy.md
- +1 −1 Restrict-a-page-to-authenticated-users.md
- +2 −2 Searching-for-Your-Issue-on-Github.md
- +2 −2 Seed-data.md
- +1 −1 Select-Issues-for-Contributing-Using-Labels.md
- +2 −2 Site-Improvements-October-2015.md
- +18 −18 Start-Here.md
- +1 −1 Streaks.md
- +1 −1 Twitch.md
- +5 −5 Web-Development-in-Python.md
- +1 −1 Wiki-Style-Guide.md
- +8 −8 _Sidebar.md
- +1 −1 code-formatting.md
- +3 −3 es.lang/Home.md
- +1 −1 git-rebase.md
- +1 −1 isLoggedInAsync.md
- +1 −1 js-Array-prototype-some.md
- +1 −1 js-falsy.md
- +1 −1 js-truthy.md
10
.github/CONTRIBUTING.md
6
.github/PULL_REQUEST_TEMPLATE.md
4
Accessing-the-database-from-your-frontend.md
2
Algorithm-Everything-be-True.md
4
Algorithm-Falsy-Bouncer.md
2
Back-End-Project-Resources.md
4
Backend-file-structure.md
4
Bonus-SocketIO.md
4
Brownie-Points.md
6
Campsites.md
4
Capitalize-First-Letter-Of-String.md
2
Challenge-Generate-Random-Whole-Numbers-within-a-Range.md
2
Challenge-Label-Bootstrap-Buttons.md
@@ -1,2 +1,2 @@ | ||
# Label Bootstrap Buttons | ||
-Just like we labeled our [wells](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Challenge-Label-Bootstrap-Wells), we want to label our buttons. | ||
+Just like we labeled our [wells](Challenge-Label-Bootstrap-Wells), we want to label our buttons. |
18
Challenge-Save-your-Code-Revisions-Forever-with-Git.md
2
Challenge-Solution-Template.md
2
Challenge-Use-Hex-Code-to-Color-Elements-Blue.md
2
Challenge-Use-Hex-Code-to-Color-Elements-Green.md
2
Clear-Your-Browser's-Local-Storage.md
4
Creating-a-New-Github-Issue.md
4
Creating-a-new-API-endpoint.md
@@ -1,5 +1,5 @@ | ||
>> yo angular-fullstack:endpoint whatsit | ||
Using this line, you get Yeoman to automatically generate another API endpoint and new kind of collection for your database. Now we have *things* as well as *whatsits*! Feel free to open up **/server/api/whatsit/whatsit.model.js** and define your whatsit however you like. | ||
-[PREVIOUS](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Backend-file-structure) | ||
-[NEXT](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Fixing-exports.update) | ||
+[PREVIOUS](Backend-file-structure) | ||
+[NEXT](Fixing-exports.update) |
4
Creating-a-new-directive.md
4
Creating-a-new-route.md
2
Dynamic-URLs-using-$routeParams.md
2
Epilogue.md
4
Fixing-exports.update.md
2
Frontend-file-structure.md
4
Get-info-about-the-current-user.md
2
Gitter-Moderation-Policy.md
4
Grunt.md
@@ -1,4 +1,4 @@ | ||
Whenever you create a new route or directive, you have to use `control+c` in your *grunt* terminal window to quit the grunt process and re-run `grunt serve` for your new route/directive to be included in your project's **index.html**. Sometimes *grunt* can be a little finnicky and refuses to run if it thinks something is wrong with your project. Obviously you should try to fix the problem, but grunt's errors aren't very helpful so don't worry too much—grunt usually will still run totally fine with the command `grunt serve --force`. | ||
-[PREVIOUS](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Creating-a-new-directive) | ||
-[NEXT](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Backend-file-structure) | ||
+[PREVIOUS](Creating-a-new-directive) | ||
+[NEXT](Backend-file-structure) |
6
Guide-Online-Contribution.md
36
Guide-to-Back-End-Projects-Table-of-Contents.md
@@ -1,33 +1,33 @@ | ||
# Table of contents | ||
- Part 1: Frontend | ||
- - [Frontend file structure](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Frontend-file-structure) | ||
- - [Creating a new route](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Creating-a-new-route) | ||
- - [Creating a new directive](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Creating-a-new-directive) | ||
- - [Grunt](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Grunt) | ||
+ - [Frontend file structure](Frontend-file-structure) | ||
+ - [Creating a new route](Creating-a-new-route) | ||
+ - [Creating a new directive](Creating-a-new-directive) | ||
+ - [Grunt](Grunt) | ||
- Part 2: Backend | ||
- - [Backend file structure](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Backend-file-structure) | ||
- - [Creating a new API endpoint](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Creating-a-new-API-endpoint) | ||
- - [Fixing exports.update](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Fixing-exports.update) | ||
+ - [Backend file structure](Backend-file-structure) | ||
+ - [Creating a new API endpoint](Creating-a-new-API-endpoint) | ||
+ - [Fixing exports.update](Fixing-exports.update) | ||
- Part 3: Interfacing Between Frontend & Backend | ||
- - [Accessing the database from your frontend](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Accessing-the-database-from-your-frontend) | ||
- - [Seed Data](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Seed-data) | ||
- - [Quick tip: keep data in sync](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Quick-tip-keep-data-in-sync) | ||
+ - [Accessing the database from your frontend](Accessing-the-database-from-your-frontend) | ||
+ - [Seed Data](Seed-data) | ||
+ - [Quick tip: keep data in sync](Quick-tip-keep-data-in-sync) | ||
- Part 4: Dynamic URLs using $routeParams, more useful APIs | ||
- - [Dynamic URLS using $routeParams](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Dynamic-URLs-using-$routeParams) | ||
- - [More Useful APIs](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/More-useful-APIs) | ||
+ - [Dynamic URLS using $routeParams](Dynamic-URLs-using-$routeParams) | ||
+ - [More Useful APIs](More-useful-APIs) | ||
- Part 5: Auth, isLoggedInAsync() | ||
- - [Get info about the current user](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Get-info-about-the-current-user) | ||
- - [Restrict a page to authenticated users](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Restrict-a-page-to-authenticated-users) | ||
- - [isLoggedInAsync()](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/isLoggedInAsync()) | ||
+ - [Get info about the current user](Get-info-about-the-current-user) | ||
+ - [Restrict a page to authenticated users](Restrict-a-page-to-authenticated-users) | ||
+ - [isLoggedInAsync()](isLoggedInAsync()) | ||
-- [Bonus: SocketIO](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Bonus-SocketIO) | ||
-- [Epilogue](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Epilogue) | ||
+- [Bonus: SocketIO](Bonus-SocketIO) | ||
+- [Epilogue](Epilogue) | ||
# Legend | ||
**/bolded/names/with.extensions** are directories and files in the project file structure<br>[highlighted.items/are/hypothetical](#) URLs that allow access to different pages in your app<br>_italicizedItems_ are function and object names within your code | ||
-[PREVIOUS](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Intro-to-Yeoman-Angular-Fullstack-Back-End-Projects) [NEXT](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Frontend-file-structure) | ||
+[PREVIOUS](Intro-to-Yeoman-Angular-Fullstack-Back-End-Projects) [NEXT](Frontend-file-structure) |
10
Help-I've-Found-a-Bug.md
14
Home.md
2
How-GitHub-Issue-Moderators-AKA-Issue-Mods-Work.md
8
How-To-Create-A-Pull-Request-for-Free-Code-Camp.md
2
How-To-Fork-And-Maintain-a-Local-Instance-of-Free-Code-Camp.md
4
How-To-Log-In-To-Your-Local-FCC-Site.md
4
How-to-Get-Help-on-Gitter.md
@@ -1,9 +1,9 @@ | ||
Sorry that you are stuck. Luckily there are many campers who hang out on Gitter and can help you resolve most issues! Follow these simple steps to get help fast: | ||
1. Go to the [Help Room](https://gitter.im/FreeCodeCamp/Help) | ||
- * If the problem is code related, paste the problematic code in the chat room with the [Proper Formatting](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/code-formatting) and a description of the issue. | ||
+ * If the problem is code related, paste the problematic code in the chat room with the [Proper Formatting](code-formatting) and a description of the issue. | ||
* If the problem seems to be with the site itself, post a screenshot of the issue or describe it well. | ||
2. Remember that the people there are campers just like you, so be courteous! | ||
-3. If your problem has baffled everyone in Gitter, try [Searching for Your Issue on Github](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Searching-for-Your-Issue-on-Github) for anyone who has posted about a similar issue. | ||
+3. If your problem has baffled everyone in Gitter, try [Searching for Your Issue on Github](Searching-for-Your-Issue-on-Github) for anyone who has posted about a similar issue. |
6
How-to-get-help-when-you-get-stuck.md
6
Install-Django-Flask.md
2
Intro-to-Yeoman-Angular-Fullstack-Back-End-Projects.md
2
JS-Regex-Resources.md
4
JS-Resources.md
582
Map.md
2
More-useful-APIs.md
4
October-2015-Improvements.md
2
Official-Free-Code-Camp-Chat-Rooms.md
2
Other-resources-that-Free-Code-Camp-recommends-to-nonprofits.md
2
Pull-Request-Contribute.md
2
Python-Basics.md
8
Python-Functions.md
10
Python-Introduction.md
8
Python-More-Builtin-Types.md
8
Python-Operators.md
16
Python.md
4
Quick-tip-keep-data-in-sync.md
8
Reduce-made-easy.md
2
Restrict-a-page-to-authenticated-users.md
4
Searching-for-Your-Issue-on-Github.md
4
Seed-data.md
2
Select-Issues-for-Contributing-Using-Labels.md
4
Site-Improvements-October-2015.md
36
Start-Here.md
@@ -1,27 +1,27 @@ | ||
# If you're new to Free Code Camp, or just new to the wiki, start here: | ||
## Curriculum | ||
-- [What you will learn, and in what sequence you will learn it](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/What-you-will-learn,-and-in-what-sequence-you-will-learn-it) | ||
-- [How long does Free Code Camp take?](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-Long-Free-Code-Camp-Takes) | ||
-- [What are these brownie points?](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Brownie-Points) | ||
-- [The Front End Development Certificate](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Free-Code-Camp-Front-End-Development-Certificate) | ||
+- [What you will learn, and in what sequence you will learn it](What-you-will-learn,-and-in-what-sequence-you-will-learn-it) | ||
+- [How long does Free Code Camp take?](How-Long-Free-Code-Camp-Takes) | ||
+- [What are these brownie points?](Brownie-Points) | ||
+- [The Front End Development Certificate](Free-Code-Camp-Front-End-Development-Certificate) | ||
- The Data Visualization Certificate | ||
- The Back End Development Certificate | ||
-- [The Full Stack Development Certificate](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Free-Code-Camp-Full-Stack-Development-Certificate) | ||
+- [The Full Stack Development Certificate](Free-Code-Camp-Full-Stack-Development-Certificate) | ||
- The Coding Interview Preparation | ||
-- [Guide to Back End Projects](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Guide-to-Back-End-Projects-Table-of-Contents) | ||
-- [Back End Project Resources](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Back-End-Project-Resources) | ||
-- [Why JavaScript?](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Why-does-Free-Code-Camp-use-JavaScript-instead-of-Ruby-or-Python) | ||
+- [Guide to Back End Projects](Guide-to-Back-End-Projects-Table-of-Contents) | ||
+- [Back End Project Resources](Back-End-Project-Resources) | ||
+- [Why JavaScript?](Why-does-Free-Code-Camp-use-JavaScript-instead-of-Ruby-or-Python) | ||
## Community | ||
-- [Code of Conduct](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Code-of-Conduct) | ||
-- [Camper News](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Camper-News) | ||
-- [Campsites](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Campsites) | ||
-- [Official Chat Rooms](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Official-Free-Code-Camp-Chat-Rooms) | ||
-- [How to use CamperBot](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/camperbot) | ||
-- [Join the LinkedIn Community and Find Alumni](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-to-add-Free-Code-Camp-to-my-LinkedIn-profile) | ||
-- [Stream your Coding Session on our Twitch.tv page](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-you-can-stream-your-live-coding-sessions-on-the-Free-Code-Camp-Twitch.tv-channel) | ||
+- [Code of Conduct](Code-of-Conduct) | ||
+- [Camper News](Camper-News) | ||
+- [Campsites](Campsites) | ||
+- [Official Chat Rooms](Official-Free-Code-Camp-Chat-Rooms) | ||
+- [How to use CamperBot](camperbot) | ||
+- [Join the LinkedIn Community and Find Alumni](How-to-add-Free-Code-Camp-to-my-LinkedIn-profile) | ||
+- [Stream your Coding Session on our Twitch.tv page](How-you-can-stream-your-live-coding-sessions-on-the-Free-Code-Camp-Twitch.tv-channel) | ||
## Nonprofit | ||
-- [How Nonprofit Projects Work](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-FreeCodeCamp-Nonprofit-Projects-work) | ||
-- [Natural Language Requirements](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Free-Code-Camp-completion-language-requirements) | ||
-- [Resources that Free Code Camp recommends to Nonprofits Who Don't Qualify](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Other-resources-that-Free-Code-Camp-recommends-to-nonprofits) | ||
+- [How Nonprofit Projects Work](How-FreeCodeCamp-Nonprofit-Projects-work) | ||
+- [Natural Language Requirements](Free-Code-Camp-completion-language-requirements) | ||
+- [Resources that Free Code Camp recommends to Nonprofits Who Don't Qualify](Other-resources-that-Free-Code-Camp-recommends-to-nonprofits) |
2
Streaks.md
2
Twitch.md
10
Web-Development-in-Python.md
2
Wiki-Style-Guide.md
16
_Sidebar.md
2
code-formatting.md
6
es.lang/Home.md
2
git-rebase.md
2
isLoggedInAsync.md
2
js-Array-prototype-some.md
2
js-falsy.md
@@ -1,4 +1,4 @@ | ||
Something which evaluates to FALSE. There are only five falsey values in JavaScript: | ||
`undefined`, `null`, `NaN`, `0`, `""` (empty string), and `false` of course. | ||
-See also: [**truthy**](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/js-truthy) | [Truthy & Falsey blog post](http://james.padolsey.com/javascript/truthy-falsey/) | ||
+See also: [**truthy**](js-truthy) | [Truthy & Falsey blog post](http://james.padolsey.com/javascript/truthy-falsey/) |
2
js-truthy.md
0 comments on commit
d072d15