Commit Graph

472 Commits

Author SHA1 Message Date
Eric Leung
07a071107d Relax test regex checking other var initialization 2016-08-10 22:26:00 -07:00
Mrugesh Mohapatra
747041acf4 Merge pull request #10010 from atjonathan/fix/wiki-to-forum
Replaced wiki links with new forum links
2016-08-02 16:22:08 +05:30
Sachin Mour
0613cd53ef Fixed instructions for challenge: Profile Lookup (#10031) 2016-08-02 11:11:57 +01:00
theflametrooper
fad5e94d09 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
Nicolás Quiroz
8f6fd8fa45 Clarify "Accessing Objects Properties with Bracket Notation" description
Related to when you need to use the bracket notation
2016-07-31 11:39:41 -03:00
Berkeley Martinez
87e200cb46 feature(translations): Normalize translations
translations are now listed under the prop "translations"
and keys to the IETF lang tag.
2016-07-28 23:40:01 -07:00
Anthony Grullon
99c0335698 Changed the Note in manipulating-complex-objects challenge to make it less ambiguous 2016-07-27 10:52:22 -04:00
Mrugesh Mohapatra
a41ada8b14 Merge pull request #9815 from mizujin/translate/fr-javascript
French Translation JavaScript Basics n°1 and n°2
2016-07-26 17:14:21 +05:30
dhcodes
873b466b04 improve tests on Basic JS array challenges 2016-07-25 09:57:35 -05:00
Rémi Fortier
55825df386 Fixed translation 2016-07-20 18:40:50 +00:00
aashil
45995b6b12 Added the missing semi-colon for valid JS in the basic-javascript.json file 2016-07-17 20:28:18 -04:00
Eric Leung
fecc939774 Merge pull request #9763 from jaikamat/fix/global-scope-wording
Fixed wording in Global Scope and Functions challenge instructions
2016-07-17 14:43:28 -07:00
Jai Kamat
9bb654ddd9 Fixed wording in Global Scope and Functions challenge instructions 2016-07-17 17:24:46 -04:00
Benjamin Schachter
07f1cf93e0 Fix closing / </code> causing styling error.
This fix adds a / to the closing code block that was causing a styling issue in the challenge.
2016-07-17 16:03:49 -04:00
Mohit
9028d8e4d1 nextInLine text needs code tags 2016-07-17 00:49:27 +05:30
Jaskaranbir
8dfe05e7b2 Fix broken link in challenge Manipulating Complex Objects
Fixes JSON link in challenge: https://www.freecodecamp.com/challenges/manipulating-complex-objects (as described in issue #9704)
2016-07-13 12:19:30 -04:00
Abhisek Pattnaik
0a46e51781 🏁 Improve/Fix Record Collection Challenge
docs(challenge): 📖 🏁 improve instruction wording

- improve wording of instruction
- fix invalid tag

style(challenge): 💃 🏁 Fix whitespace in challenge seed

- Fix whitespace in challenge seed
- Prepend semicolon in tail code so that challenge works even if challenge
 seed doesn't end with a semicolon.

refactor(challenge): 🔧 🏁 Improved readability of solution
2016-07-10 04:24:51 +05:30
Sergio Rojas
c8f5237287 Update basic-javascript.json 2016-07-09 07:36:20 -07:00
Eric Leung
7b84e2d4f4 Rewrite Manipulating Complex Objects for clarity 2016-07-04 10:40:34 -07:00
Eric Leung
cddc801cd5 Merge pull request #9485 from ChadKreutzer/branch/fix/confusing-comments-issue9546
Make example functions in Challenge seed unique
2016-07-03 16:53:00 -07:00
Mrugesh Mohapatra
83bb2aed36 Merge pull request #9492 from aksinghdce/fix/9481
made output for sum and subtraction consistent with product
2016-07-02 14:04:22 +05:30
Chad Kreutzer
b1de6c649b improve challengeSeed for clarity and uniformity in Write Reusable JavaScript with Functions, Passing Values to Functions with Arguments, and Return a Value from a Function with Return
removed comma

Changed to reflect ourUniqueName()/uniqueName() pattern throughout

removed debugging artifact

change ourFunction(1, 9); to ourRandomRange(1, 9);

Remove second function calls where appropriate.
2016-07-02 04:43:20 +00:00
Tyler Stinson
69f9503c7a Fixed html, to show gloveBoxVariable as code as opposed to standard test. 2016-07-01 13:41:26 -07:00
Tyler Stinson
60c2d80de1 Changed the existing text to the suggested test for clarity. 2016-07-01 13:30:34 -07:00
Amit Kumar Singh
f9bb41d1e9 made output for sum and subtraction consistent with product 2016-07-01 23:50:34 +05:30
Mrugesh Mohapatra
65064dc589 Merge pull request #9446 from BKinahan/fix/escape-sequences-tests
Simplify escape sequences and associated tests
2016-07-01 18:51:35 +05:30
Eric Leung
a878e9172f Merge pull request #9472 from SMaxOwok/fix/record-collection-desc
Update description of Record Collection code challenge.
2016-07-01 01:09:58 -07:00
Jonathan
e5b65d92a3 Merge pull request #9453 from dakshshah96/fix/delete-properties-test-challenge
Update tests for Delete Properties from a JavaScript Object
2016-07-01 08:50:54 +01:00
Max Ono
b56536eb2d Update description of Record Collection code challenge. 2016-06-30 11:53:10 -07:00
Jonathan
93c518e960 Merge pull request #9158 from QuincyLarson/remove-simply
remove the word simply from a couple challenges
2016-06-29 21:51:34 +01:00
Daksh Shah
2794b64773 Update tests for Delete Properties from a JavaScript Object 2016-06-29 23:44:35 +03:00
BKinahan
885b3b2733 Simplify escape sequences and associated tests 2016-06-29 16:32:22 +00:00
Arun
a583646ec0 Fix tests to allow switch of operands for !== operator 2016-06-28 18:18:20 +05:30
JamesWorsnop
4bd15acd40 Fixing if/if else text in replacing if else chains with switch challenge 2016-06-27 22:02:37 +09:00
qdr
d1f810e56e Fix broken link to Introducing JavaScript Object Notation (JSON) (#9331)
This commit fixes the broken link to the correct challenge.
2016-06-24 12:05:18 +00:00
Mrugesh Mohapatra
8bf5b9f560 Merge pull request #9204 from vreynolds/fix/8979-record-collection
Add Test Case to Record Collection
2016-06-24 05:09:00 +00:00
Jonathan
0c6d8c5ac9 Merge pull request #9308 from sthodup1/fix/test-clarity
basicJavascript.json - Clarify testing criteria
2016-06-23 15:49:33 +01:00
Arun
89e7b2fb02 Fix redundancy in description 2016-06-23 15:11:12 +05:30
sthodup1
44b93c03d2 basicJavascript.json - Clarify testing criteria 2016-06-22 22:14:46 -05:00
Manish-Giri
74342fbb02 Fixed quotations in Record Collection 2016-06-22 21:54:22 -04:00
Jonathan
965386ce78 Merge pull request #9264 from okputus/fix/camelCase-desc-fix
Improved instructions for understanding camelCase in variables challenge
2016-06-22 08:27:49 +01:00
Oscar
81fd19e097 Edited basic-javscript.json to improve camelCase task description
Edited clarification statement with consideration to 'DRY'
2016-06-22 02:33:56 +00:00
BKinahan
f7e9164297 Correct stringify to JSON.stringify 2016-06-21 16:04:35 +00:00
Matthew Hargraves
8de734f610 fixed word blank instructions are unclear [challenge] 2016-06-20 18:12:30 +01:00
Eric Leung
3b8f29c9fa Clarify Escape Sequences in Strings challenge
- Add code tags into table
- Rewrite instructions for more applicable coding test
- Add more tests to be more specific on what you need to pass
2016-06-19 14:56:54 -07:00
LindsayBrown81
7504fdd528 fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json #9096
Lines 4322-4323: made links HTML tags instead of markdown in the definitions I added for JSON and property.
Line 4324: added booleans and numbers back into the Data Structures and overall reduced number of words used in explanations.
Lines 4338 and 4343: removed quotes from integer value and boolean value because the JSON is valid without them.
Line 4502: specified what part of property the ID number is to reinforce that a property consists of a key (or name) and a value.
Lines 4505-4508: reworded the conditions to be more consistent and comprehensible, changed their order.
Line 4510: retitled Note to Hints and added two more hints.
Line 4543: changed from my first PR's suggestion of var collectionCopy = JSON.stringify(collection) back to var collectionCopy = JSON.parse(JSON.stringify(collection)).
2016-06-18 14:08:14 -04:00
Vera Reynolds
e2760761fe added a check to record collection about pre-existing elements 2016-06-17 14:48:37 -05:00
Jonathan
4185cce827 Merge pull request #9183 from sahilkhurana19/fix/array-challenge-description
Modified the description to make it a bit more clear.
2016-06-17 19:51:49 +01:00
sahilkhurana02
0c06d003f6 Fixed challenge description.
Modified the description to make it a bit more clear.

Fixed challenge description and moved the example code to its own independent line.
2016-06-17 23:53:00 +05:30
Arun Kumar
c078527c84 Fix pop arrays challenge tests (#8959)
* Fix tests for pop arrays challenge
* Fix the first test
2016-06-17 17:30:57 +01:00