Commit Graph

2844 Commits

Author SHA1 Message Date
Hector Garcia
3156ec8fe4 Use strict equality operator for each sumFibs test 2016-12-21 18:12:58 -05:00
gram parallelo
abbbd175bd Use HTML5 to Require a Field - grammar issue 2016-12-20 10:50:26 -05:00
Darren Joy
8aac7f227a Update instructions for Stand in Line Challenge 2016-12-16 04:09:36 -05:00
Stuart Taylor
8b6f5a9c00 Add blockName to titles 2016-12-13 21:30:36 +00:00
Ayushi Jain
466aba1384 Correct challenge grammar and improve clarity 2016-12-11 14:56:04 -05:00
EmAnt
849485deff Update twitch pass-through link 2016-12-06 00:30:38 +01:00
Matthew Westbrook
48de435b7c Fix typo in "Use Hex Code for Specific Colors" challenge
Fixes incorrect subject verb agreement in description of the "Use Hex Code for
Specific Colors" challenge.
2016-12-04 15:40:01 -06:00
Will Hurley
f61107ed05 update geolocation to use either quotation mark 2016-12-04 13:06:12 +00:00
Dylan
d95a768847 modify friendly dates test to improve thoroughness 2016-12-04 13:03:42 +00:00
Timo
c034c73871 Add note about arguments object to seek and destroy challenge 2016-12-01 21:38:21 +00:00
Mridul Nagpal
8a2f9beddd Clarify instructions for "Understand String Immutability" (#11737)
This commit clarifies instructions for "Understand String Immutability".
2016-11-30 04:09:48 +05:30
Abhisek Pattnaik
f33f75c939 Merge pull request #11855 from johnnyqbui/fix/description
Revise description for Concatenate Arrays with .concat Challenge
2016-11-29 10:18:20 +05:30
johnnyqbui
ce5ddc6106 revised description for challenge 2016-11-28 22:02:34 -06:00
Dylan
62d75ddd38 Merge pull request #11843 from robbawebba/fix/jquery-challenge-test-coverage
Expand the test coverage of jQuery challenge
2016-11-28 15:24:08 -06:00
Dylan
ceb9e957aa Merge pull request #11842 from Manish-Giri/fix/strict-inequality-operator
Fix: Add MDN Strict Inequality Link
2016-11-28 14:53:16 -06:00
Dylan
2023ca3815 Merge pull request #11835 from rashmimalpande/fix/CountingCards-instructions
Change instructions in Counting Cards Challenge
2016-11-28 07:29:49 -06:00
Rashmi Malpande
bcf2cca0c5 Add a line about input in the Counting Cards Challenge instructions
Update basic-javascript.json
2016-11-28 11:35:41 +05:30
robertweber95
1cdeca6352 Expand the test coverage of jQuery challenge 2016-11-27 23:58:19 -05:00
MANISH-GIRI
04072f84e1 Fix: Add MDN Strict Inequality Link 2016-11-27 19:30:07 -05:00
Simon Morgan
6193c1e820 Remove extraneous attribute spaces 2016-11-27 14:50:54 +00:00
Dylan
cddc4fe837 add test to import and degrade font challenges 2016-11-27 10:06:48 +00:00
Timo
69c3cae7b6 Merge pull request #11805 from Manish-Giri/fix/add-note-in-style-radio-buttons-challenge
Add note about radio buttons in responsively style radio buttons
2016-11-26 23:19:16 +01:00
MANISH-GIRI
f170a2c7ad Add note about radio buttons in responsively style radio buttons 2016-11-26 16:02:13 -05:00
Taranveer Bains
e099e6d3f1 Add test to profile lookup challenge 2016-11-26 20:23:09 +00:00
KonSal
f3d489eee8 Modified tests for External Link challenges 2016-11-22 21:08:14 +00:00
Sahil Khurana
7312948f9e Modified test case to look for the exact statement.
Fixed Test for font size
2016-11-22 21:04:23 +00:00
Nick Richards
eb9fe3256c Move location header out of 'data' div 2016-11-22 18:08:19 +00:00
Mrugesh Mohapatra
1936563e07 Merge pull request #11761 from drguildo/fix/remainder-grammar
Improve grammar in "Finding a Remainder in JavaScript"
2016-11-22 18:37:13 +05:30
Mrugesh Mohapatra
d82127ea31 Merge pull request #11760 from faheel/fix/local-scope-and-functions
Modified seed for the Local Scope and Functions challenge
2016-11-22 18:35:44 +05:30
Simon Morgan
b655064d97 Improve grammar in "Finding a Remainder in JavaScript" 2016-11-22 12:22:51 +00:00
Faheel Ahmad
74f7229e02 Modified seed for the Local Scope and Functions challenge 2016-11-22 13:23:58 +05:30
ubershibs
5820e60179 Fix a line on all f/e & data viz projects to correctly introduce user stories 2016-11-22 03:22:14 -04:00
Marc Fogleman
7536635962 Modified phrasing in Comparison with the Greater Than Or Equal To Operator 2016-11-18 07:11:15 +00:00
Timo
f17444720c Merge pull request #11673 from robbawebba/fix/comparison-challenge-instruction
Modify return value in comparison challenge
2016-11-17 21:21:48 +01:00
robertweber95
205c821dd1 Modify return value of comparison challenge 2016-11-15 17:07:32 -05:00
Dylan
a3fcc4b31d Merge pull request #11656 from Manish-Giri/fix/add-test-in-Missing-Letters
Add test in missing letters bonfire
2016-11-15 15:40:36 -06:00
Simon Morgan
d00029774d Make "css" uppercase 2016-11-15 11:38:37 +00:00
MANISH-GIRI
24b7799d7a Add test in missing letters bonfire 2016-11-14 13:52:58 -05:00
Manish Giri
8a8f374a76 Remove rules from projects(staging) 2016-11-12 23:02:22 -05:00
Simon Morgan
f71d13a113 Remove a few extraneous spaces 2016-11-11 12:00:39 +00:00
Manish Sharma
0afdd2aa8a Corrected and maintained uniformity in title-casings of challenges (basic bonfires)
According to the uniformity of using title case in important words in title of challenges, some of the titles didn't have that casings. For example "Reverse a string" should have been "Reverse a String".

I did that for both English and the translated version.
2016-11-08 17:46:59 +05:30
Manish Sharma
02a55a547f Corrected and maintained uniformity in title-casings of adv-bonfires.
Maintaining the uniformity of previous challenge title-casings, the new titles were cased correctly with title-cases to important words in titles.
2016-11-08 17:44:08 +05:30
Mrugesh Mohapatra
f9bb422411 Merge pull request #11542 from alkuhar/update/fibonacci-wording
update fibonacci numbers wording
2016-11-08 17:26:51 +05:30
MANISH-GIRI
2bd094ce8c Add note about order of array elements in Diff Two Arrays 2016-11-07 15:01:17 -05:00
Damon
eb2cc1eca6 Remove all trailing 0's- Exact Change 2016-11-06 04:16:57 -06:00
alkuhar
89e0c7f59f update fibonacci numbers wording 2016-11-05 21:05:37 -07:00
Ethan Richardson
09e7e8035f Typo and semicolon consistency error. 2016-11-01 14:15:46 -05:00
Chris Warrick
63beb274d2 Mention returning undefined in "Finders Keepers" 2016-10-31 16:12:51 +00:00
systimotic
6d6a87be8f Fix translations for bootstrap grid challenge 2016-10-28 17:12:31 +02:00
Pranay Kumar
2f34ffa88f Added test: solution uses push for an array 2016-10-27 23:25:40 +01:00