Karuppiah
25c4bdb586
Added a note to tell campers that spaces between array name and square brackets is not allowed as it is confusing to read code.
2016-09-25 00:05:51 +05:30
Julie lappano
af7a774590
Added clarification in instruction for Accessing Object Properties with Variables
2016-09-22 11:12:46 -04:00
ryan heupler
1fe0ddf5aa
fixes syntax typo
2016-09-16 19:25:54 -07:00
Berkeley Martinez
17f719de19
Fix(challenge): Escaping Quote
...
Changes the number of matches from the regex to accomodate
the additions added through babel and head/tail.
Also changes tail to use console.log to print out info
2016-09-08 20:06:56 -07:00
Logan Tegman
c005996f13
Merge pull request #10438 from MiloATH/translate/WikiLinks
...
Changed links of several pages to the translated pages.
2016-09-06 18:30:56 -07:00
Eric Leung
08ae1ab253
Merge pull request #10210 from BKinahan/fix/array-access-tests
...
Adjust tests for accessing multidimensional arrays
2016-09-03 21:05:40 -07:00
MANISH-GIRI
98aca7fa3e
Fix spacing in escaping literal quotes challenge
2016-09-02 17:42:00 -04:00
MiloATH
281b77718d
Changed links of several pages to the translated pages.
2016-09-02 01:38:49 -04:00
BKinahan
c688d12e77
Remove JSON.stringify() call in Escape Sequences tail
2016-08-17 17:13:07 +00:00
Jonathan
da9abd4de0
Merge pull request #10225 from oalhait/fix/CountingCardsClarification
...
Clarified Counting Cards challenge by removing unnecessary/confusing …
2016-08-17 00:38:52 +01:00
Omar
7bc56e1892
Clarified Counting Cards challenge by removing unnecessary/confusing quotes
2016-08-15 18:47:50 -07:00
BKinahan
c700977ee9
Adjust tests for accessing multidimensional arrays
2016-08-14 22:50:24 +00:00
Dylan
e9ca7e0a9c
Update regex test to allow spaces flanking key in nested objects challenge
2016-08-14 14:35:44 -05:00
Mrugesh Mohapatra
3dabbc733d
fix(challenges): typos and verbiage in previous fixes
2016-08-13 22:47:44 +05:30
Mrugesh Mohapatra
206cb9395c
Merge pull request #10172 from mtroiani/fix/word-blanks-challenge-desc
...
Update Instructions for Word Blanks Challenge
2016-08-13 22:28:03 +05:30
Mrugesh Mohapatra
ebcbe3963d
Merge pull request #9529 from erictleung/fix/update-regex-check-for-var-init
...
Relax test regex checking other var initialization
2016-08-13 20:23:47 +05:30
mtroiani
cd51e0ebef
Update word blanks description
2016-08-11 21:41:36 +00:00
Grzegorz Czarnocki
46d19f3b10
Fix a description of an 'if' statement logic
2016-08-11 17:32:26 +02:00
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