Commit Graph

1394 Commits (ffb4d06d62b7a4db8879f026669161ec756ec9af)

Author SHA1 Message Date
Blauelf 98d2322da9 Added a test case to Where do I belong with return value 0
On the chat today I have seen several solutions that cannot return 0 (usually return arr.length instead), and they still pass, as there is no such test case. Here is one, `where([3, 10, 5], 3) === 0`.
2015-11-28 14:37:25 +01:00
sycrat fdbcce7277 added alt-text in waypoint seeds after it is taught 2015-11-28 16:07:57 +10:00
Eric Leung 341cd1461b Fix display of Roman numeral tests 2015-11-27 21:22:54 -08:00
Rex Schrader ffd3a926aa Merge pull request #4749 from erictleung/fix/random-number-test-check
Random Whole Numbers - Add test to check for editing of first line of code
2015-11-27 19:24:29 -08:00
Eric Leung 5976fa5ee0 Add test to check for editing of first line of code 2015-11-27 18:29:13 -08:00
Juan Martínez d3e7f75671 Fixes description on bonfire Check for Palindromes
Closes  #4734
2015-11-27 21:03:00 -04:30
Eric Leung eda2334743 Fix example code on filter method to avoid confusion 2015-11-26 18:02:37 -08:00
Christian Ipanaque 19c291f2a4 Fixes Math.random() description in waypoint
Fixes the description of Math.random() in Javascript waypoint.

Math.random() generates a random decimal number between 0 and 1.

Closes #4728
2015-11-26 06:03:11 -08:00
Rex Schrader 857f8fd3ef Merge pull request #4704 from erictleung/fix/decimal-and-hexadecimal-description
Fix description explaining hexadecimal numbers
2015-11-26 01:06:26 -08:00
Logan Tegman a0ffaa6ca4 Merge pull request #4726 from erictleung/fix/change-potential-confusion-on-conditionals
Fix example if-else statements with clearer example
2015-11-26 00:09:56 -08:00
Eric Leung 9c3e43e190 Fix example if-else statements with clearer example 2015-11-26 00:04:10 -08:00
Eric Leung 8cfd2eb114 Add note about how jQuery is zero-indexed for clarification 2015-11-25 20:39:02 -08:00
Logan Tegman 5afd061b90 Merge pull request #4724 from SaintPeter/fix/jquery-comments-to-clarify
Fixes "Use Comments to Clarify Code" Ambiguity
2015-11-25 17:31:05 -08:00
SaintPeter 2a29d8e1f0 Fixes comments top of code ambiguity 2015-11-25 17:26:22 -08:00
Logan Tegman eff3fc9ff7 Merge pull request #4723 from dcsmith926/staging
use of ".map()" should be ".forEach()"
2015-11-25 17:11:18 -08:00
dcsmith926 1584485739 use of ".map()" should be ".forEach()"
In "seed/challenges/json-apis-and-ajax.json", the use of ".map()" in the 5th and 6th challenges doesn't make sense -- we're not creating a new array by modifying each element of the response, and in challenge 4, the learner was told to use ".forEach()". Seeing ".map()" instead for no apparent reason would likely be a source of confusion.
2015-11-25 18:38:19 -05:00
Aryan Jabbari c07bb591c4 Rewrote test goal description for waypoint: Remove an Element using jQuery
Close #4517
2015-11-25 10:57:48 -05:00
Logan Tegman 3465000275 Merge pull request #4689 from SaintPeter/fix/jquery-wp-releasedon-date
Add release date to new JQ waypoint
2015-11-24 22:52:52 -08:00
Eric Leung 3081033695 Fix description explaining hexadecimal numbers 2015-11-24 22:22:30 -08:00
Rex Schrader 102d2d8344 Merge pull request #4701 from erictleung/fix/remove-waypoint-checkbox-quotes
Unescape quotation marks
2015-11-24 21:43:38 -08:00
SaintPeter 36c8181270 Add release date to new JQ waypoint 2015-11-24 21:39:26 -08:00
Rex Schrader 996aec0d2f Merge pull request #4697 from gasperno/fix/modify-test-description
fixed test description in html5-and-css.json
2015-11-24 21:37:35 -08:00
Eric Leung 74005c6d44 Unescape quotation marks 2015-11-24 20:23:48 -08:00
Harsha 05cea5dcbb fixed test description in html5-and-css.json 2015-11-24 18:05:00 -05:00
Eric Leung 40821dc526 Add additional Roman numeral checks 2015-11-24 09:44:03 -08:00
Logan Tegman ade83e08b7 Fix BF Validate US Phone Numbers Tests
Closes #4666 and closes #4677
2015-11-23 15:31:17 -08:00
Rex Schrader d6a7fa5562 Merge pull request #4659 from AryanJ-NYC/fix/semicolons-in-bonfire-drop-it-test
Added semicolons to Bonfire: Drop It tests
2015-11-23 08:12:16 -08:00
Aryan Jabbari eda8668f9c Added semicolons to Bonfire: Drop It tests; close #4610 2015-11-23 08:53:30 -05:00
Akira Laine 9e7fb144b5 fixed typo in bootstrap.json - closes #4661 2015-11-23 19:47:02 +11:00
Rex Schrader 3079af3571 Merge pull request #4654 from ltegman/fix/wp-create-bulleted-ul-4652
Fix WP Bulleted List Tests
2015-11-22 22:06:03 -08:00
Logan Tegman 8aace767c0 Merge pull request #4620 from zkrzyzanowski/fix/add-monospace-to-font-family-#4592
Added Monospace to H2 font-family CSS
2015-11-22 12:39:40 -08:00
Logan Tegman 50ba343915 Fix WP Bulleted List Tests
Closes #4652
2015-11-22 12:24:38 -08:00
Logan Tegman 7814045aff Fix BF Where Do I Belong Description
Closes #4458
2015-11-21 21:57:51 -08:00
Zach Krzyzanowski e00ecaf093 Added Monospace to H2 font-family CSS. Challenge does not explicitly ask user to add Monospace font as a fallback font. 2015-11-22 00:31:14 -05:00
Josh Wein cf4e88f189 Updated variable reference.
Updated variable reference in "Waypoint: Iterate over Arrays with .map" from ```array``` to ```oldArray``` to match up with the given variable name in the program.
2015-11-21 16:50:28 -05:00
Quincy Larson 0fb2cf78d5 Merge pull request #4574 from justinian336/add/ES-translation-of-front-end-and-full-stack-certificates
add ES translation of Front End and Full Stack Certificates
2015-11-20 15:53:33 -06:00
Quincy Larson 2bf9ffc538 Merge pull request #4573 from justinian336/add/ES-translation-of-Ziplines
Add ES translation of Basic and Intermediate Front End Projects
2015-11-20 15:53:15 -06:00
Quincy Larson 927a058b90 make times for waypoint challenges less optimistic 2015-11-20 01:26:57 -06:00
Quincy Larson 9468b42de9 Merge pull request #4478 from vtamara/add/ES-translation-of-html5-and-css
Completes translation to spanish of HTML5 & CSS
2015-11-19 21:49:32 -06:00
Quincy Larson f8d6a399ca Merge pull request #4489 from vtamara/add/ES-translation-of-jquery
Translation to spanish of jquery
2015-11-19 21:48:47 -06:00
Quincy Larson 0753a2de34 Merge pull request #4490 from justinian336/Add/ES-translation-of-Nodejs-Expressjs-Waypoint
Add ES translation of Nodejs Expressjs Waypoint
2015-11-19 21:47:42 -06:00
Quincy Larson 392d833692 Merge pull request #4491 from justinian336/Add/ES-translation-of-AngularJS-Waypoint
add ES translation of AngularJS Waypoints
2015-11-19 21:47:16 -06:00
Quincy Larson 7eafd83e6a Merge pull request #4492 from justinian336/Add/ES-translation-of-MongoDB-Waypoint
add ES translation of MongoDB Waypoint
2015-11-19 21:46:07 -06:00
Vladimir Támara Patiño dc453eb20a Thanks for corrections to @justinian633 2015-11-19 22:07:18 -05:00
Vladimir Támara Patiño 7e1448248a Completes translation to spanish. 2015-11-19 21:38:18 -05:00
justinian336 d4b2df348e add ES translation of Front End and Full Stack Certificates 2015-11-19 10:25:21 +00:00
justinian336 00dab2d1f1 Add ES translation of Basic and Intermediate Front End Projects 2015-11-19 06:14:56 +00:00
Nick Frazier 7d6469b9fb Added new jQuery waypoint on modifying text/html closes #4457 2015-11-18 23:55:11 -05:00
SaintPeter 15a7046285 Move Slot Machine Challenges to Beta 2015-11-18 12:03:22 -08:00
Aaron cc8e5a77dc Update json-apis-and-ajax.json
Proposed fix to solve issue #4516. Instructions say to use forEach instead of map.
2015-11-18 11:02:46 -05:00
Berkeley Martinez f03dba1c5e Merge pull request #4504 from SaintPeter/fix/font-awesome-clarification
Clarify Font Awesome Instructions, Add Example
2015-11-17 20:12:24 -08:00
Mitch 7a1058f84f Changed single quotes to double for consistency
Though in JS there's no difference, all the prior exercises use double quotes, so using a pair of single quotes suddenly and without explanation could be confusing. If this isn't addressed in the 'basic javascript' portion (I haven't gotten there yet), it should be
2015-11-17 20:55:13 -05:00
Vladimir Támara Patiño 854af434d3 Translation to spanish of jquery.json 2015-11-17 20:37:28 -05:00
iheartkode 2cac98a353 Clarify Font Awesome Instructions, Add Example
Clarify Font Awesome Instructions, Add Example
2015-11-17 14:19:37 -08:00
justinian336 98fca1f23a Add ES translation of Nodejs Expressjs Waypoint 2015-11-17 04:33:26 +00:00
Mitch 24ffb1346c Updated a href dead link challenge to be more clear 2015-11-16 20:50:48 -05:00
Quincy Larson ebd926ebc6 Merge pull request #4452 from justinian336/add/ES-translation-of-Git-Waypoint
Add/ES translation of git waypoint
2015-11-16 10:20:26 -08:00
Quincy Larson c77174ae82 Merge pull request #4451 from justinian336/add/ES-translation-of-bonfires
add/ES-translation-of-bonfires
2015-11-16 10:20:07 -08:00
Quincy Larson 99a565e82e Merge pull request #4449 from vtamara/fix/spaord1
Reordering spanish descriptions to follow changes in english
2015-11-16 10:17:36 -08:00
Logan Tegman 064b9af287 Merge pull request #4316 from krantzinator/fix/basic-bonfire-solutions
Add Solution For Bonfire: Where Do I Belong
2015-11-16 10:00:06 -08:00
justinian336 cda024fc4c add ES translation of AngularJS Waypoints 2015-11-16 14:11:21 +00:00
krantzinator aba76b4b35 add solution for Where Do I Belong
Update basic-bonfires.json
2015-11-15 23:21:34 -05:00
Rex Schrader e2ca9c70ef Merge pull request #4442 from alvynmcq/staging
Typo in Waypoint Update Update the Properties of JS Object
2015-11-15 16:29:20 -08:00
Victorino Machava caa8fb8991 Update basic-bonfires.json
Changes the current MDNlink to my suggested link on the issue https://github.com/FreeCodeCamp/FreeCodeCamp/issues/4459.

This PR closes https://github.com/FreeCodeCamp/FreeCodeCamp/issues/4459.

PS: I checked to make sure my suggested link is in the module bonfireMDNlinks.
2015-11-15 22:55:17 +02:00
Logan Tegman 1dabf83247 Merge pull request #4416 from SaintPeter/fix/target-same-element-description
Fix Waypoint Target Same Element Description
2015-11-15 10:45:01 -08:00
Vladimir Támara Patiño 76a9df656f Reordering spanish descriptions to follow changes in english 2015-11-15 08:21:52 -05:00
justinian336 7e5b344358 add ES translation of MongoDB Waypoint 2015-11-15 12:26:21 +00:00
Logan Tegman 0770ad538b Merge pull request #4428 from FreeCodeCamp/fix/nest-an-anchor-description
Clarify Waypoint: Nest an Anchor Element Description Text
2015-11-14 22:50:13 -08:00
alvynmcq d7fdaa0289 Bad code in a Waypoint snippet #4434
Replaced .map() method with .forEach()
2015-11-14 22:50:41 +00:00
alvynmcq 7344f71141 Typo in sample code in Waypoint Update the Properties of JS Object #4438
removed extra comma
2015-11-14 22:33:37 +00:00
Rex Schrader d304290d34 Merge pull request #4430 from faizaanceg/fix/waypoint-rgb-colors
Fix Waypoint: Use RGB values to Color Elements
2015-11-13 22:09:51 -08:00
Faizaan 24aaff722c fix typo 2015-11-14 11:28:18 +05:30
Rex Schrader 7f9890374c Fix Waypoint Target Same Element Description and Tests 2015-11-13 19:50:37 -08:00
SaintPeter e9d7307748 Claify Nest an Element Description Text 2015-11-13 19:18:57 -08:00
João Paulo Ribeiro 2e961a67f1 add Solution for Bonfire:Check for Palindromes 2015-11-13 18:53:36 -03:00
Rex Schrader 93af7b92ec Merge pull request #4260 from faizaanceg/fix-waypoint-javascript-slots
Fix: Refactor Waypoint Javascript Slot Machine
2015-11-13 11:37:19 -08:00
Logan Tegman 0522c5fcf9 Merge pull request #4403 from SaintPeter/fix/for-loop-missing-word
Fix for iterate backwards missing word, move function to tail
2015-11-13 09:43:26 -08:00
Logan Tegman d71ad74223 Merge pull request #4407 from faizaanceg/fix/reverse-arrays-typo
Fix typo and move functions to tail
2015-11-13 09:37:17 -08:00
justinian336 cb08767f2b add ES-translation-of-Git-Waypoint-title 2015-11-13 17:14:26 +00:00
Faizaan cc54bf19e0 fix typo and move to tail 2015-11-13 22:41:16 +05:30
justinian336 806b90ff39 add ES-translation-of-Git-Waypoint 2015-11-13 16:52:37 +00:00
justinian336 6b7f72a8dd add/ES-translation-of-bonfires 2015-11-13 15:26:48 +00:00
Victorino Machava 537573932c Update object-oriented-and-functional-programming.json
Changing the Waypoint title from "Concatenate Strings with concat" to "Concatenate Arrays with concat". 
Because that is what the Waypoint is actually about (concatenating Arrays).
2015-11-13 15:19:24 +02:00
Faizaan dc11b381e0 fix description 2015-11-13 10:19:39 +05:30
Faizaan 87975e6b3a refactor waypoint javascript-slots 2015-11-13 09:09:56 +05:30
SaintPeter 2fbd2cb84f Fix for iterate backwards missing word, move function to tail 2015-11-12 19:37:08 -08:00
Matt Leonard 0cf6c01dc4 Update object-oriented-and-functional-programming.json
Fixes two small typos:

"To use a constructor function we call it with the new keyword in front if it like:" -> 
"To use a constructor function we call it with the new keyword in front of it like:"

"javascript" -> "Javascript"
2015-11-12 14:27:45 -08:00
Rex Schrader 206fde902d Merge pull request #4386 from ltegman/fix/make-instances-with-constructor-typo-4324
Fix Make Instances With Contructor Typo
2015-11-12 12:02:18 -08:00
Rex Schrader 3f1da6faf2 Merge pull request #4387 from ltegman/fix/waypoint-add-different-margins-instructions-4327
Fix Waypoint Add Different Margins Instruction Order
2015-11-12 08:58:11 -08:00
Logan Tegman 7aaca15953 Fix Waypoint Add Different Margins Instruction Order
Closes #4327
2015-11-12 08:38:14 -08:00
Logan Tegman 2f2d0269e5 Fix Make Instances With Contructor Typo
Closes #4324
2015-11-12 08:27:00 -08:00
Rex Schrader ce0d088bc5 Merge pull request #4310 from ltegman/fix/waypoint-style-html-body-add-test-2686
Fix Waypoint Style HTML Body Element Add Test
2015-11-11 22:08:58 -08:00
Rex Schrader e04e8bd0ae Merge pull request #4309 from ltegman/fix/waypoint-slot-machine-stylish-images-test-2597
Fix Waypoint Add Stylish Images to Slot Machine Tests
2015-11-11 21:58:13 -08:00
Logan Tegman f0cf140d9a Fix Waypoint Style HTML Body Element Add Test
Closes #2686
2015-11-11 15:13:01 -08:00
Logan Tegman 98a13047ee Fix Waypoint Add Stylish Images to Slot Machine Tests
Closes #2597
2015-11-11 14:48:02 -08:00
Rex Schrader a812621dc1 Merge pull request #4197 from ltegman/fix/waypoint-random-whole-number-test-4194
Fix Waypoint Generate Random Whole Numbers Test
2015-11-11 14:42:16 -08:00
Logan Tegman 87ba6f7e08 Fix Waypoint Generate Random Whole Numbers Test
Closes #4194
2015-11-11 12:58:31 -08:00
Berkeley Martinez ada15a47cf Merge pull request #4179 from ltegman/fix/typos-and-example-code-style
Fix Typos and Example Code Styling
2015-11-11 12:43:35 -08:00
Logan Tegman aad2b67036 Fix Typos and Example Code Styling
Various typo and styling fixes in the Basic Javascript sections and one in JQuery.
2015-11-11 12:25:24 -08:00
Berkeley Martinez e9d7c59cd1 Merge pull request #4296 from SaintPeter/fix/symmetric-difference-tests
Add test to Symmetric Difference Bonfire
2015-11-10 20:48:38 -08:00