Commit Graph

15683 Commits

Author SHA1 Message Date
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
Chad Kreutzer
8d5820e24b 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
Stuart Taylor
3f90810c60 Merge pull request #9484 from atjonathan/fix/size-your-images
# LGTM 🎉
2016-07-02 00:15:04 +01:00
Stuart Taylor
081fcdd563 Merge pull request #9484 from atjonathan/fix/size-your-images
# LGTM 🎉
2016-07-02 00:15:04 +01: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
05811cb91f 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
Tyler Stinson
1e91bc077d 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
Amit Kumar Singh
fb170382ba made output for sum and subtraction consistent with product 2016-07-01 23:50:34 +05:30
Jonathan
3f116bfaf8 Merge pull request #9299 from andmckvr13/fix/instructionsnottooclear
Fix Target the same element with multiple jQuery Selectors
2016-07-01 18:40:57 +01:00
Jonathan
40e3b50898 Merge pull request #9299 from andmckvr13/fix/instructionsnottooclear
Fix Target the same element with multiple jQuery Selectors
2016-07-01 18:40:57 +01:00
Andrew McKeever
815272ed1e added more descriptive instructions for users. Clearer that they must use three different methods to add a class
Improved instructions for users to see that they must use three different ways to add a class

Added clearer instructions to JQuery/Json challenge

added closing tags to button and em

spelling fix

possbile => possible
2016-07-01 19:09:06 +02:00
Andrew McKeever
93b9b787c1 added more descriptive instructions for users. Clearer that they must use three different methods to add a class
Improved instructions for users to see that they must use three different ways to add a class

Added clearer instructions to JQuery/Json challenge

added closing tags to button and em

spelling fix

possbile => possible
2016-07-01 19:09:06 +02:00
Damien Cosset
f747f1eb8e jQuery Challenge 5 to 10 French Translation (#9486)
* French Translation jQuery Challenges n°5 to n°10

* French Translation jQuery Challenges n°5 to n°10

* French translation jQuery Challenges 5 to 10

* Update jquery.json

* Update jquery.json
2016-07-01 16:37:21 +01:00
Damien Cosset
82f50b58c2 jQuery Challenge 5 to 10 French Translation (#9486)
* French Translation jQuery Challenges n°5 to n°10

* French Translation jQuery Challenges n°5 to n°10

* French translation jQuery Challenges 5 to 10

* Update jquery.json

* Update jquery.json
2016-07-01 16:37:21 +01:00
Mrugesh Mohapatra
7e9d003f8e Merge pull request #9489 from ariessa/patch-1
Update link in PR Template
2016-07-01 20:33:25 +05:30
Stuart
7292c25c5a Temp fix for missing test suite 2016-07-01 15:47:06 +01:00
ariessa
8876eb595a Update link in PR Template 2016-07-01 22:27:46 +08:00
Mrugesh Mohapatra
0334b00bdf Merge pull request #9458 from arun1595/fix/css-overriding-challenge
Fix tests for override styles using important keyword challenge
2016-07-01 19:06:49 +05:30
Mrugesh Mohapatra
0ca9afb497 Merge pull request #9458 from arun1595/fix/css-overriding-challenge
Fix tests for override styles using important keyword challenge
2016-07-01 19:06:49 +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
Mrugesh Mohapatra
50e07a9028 Merge pull request #9446 from BKinahan/fix/escape-sequences-tests
Simplify escape sequences and associated tests
2016-07-01 18:51:35 +05:30
Jonathan
638105946b Merge pull request #9471 from mizujin/translate/html5_css_FR
First 9 challenges translated
2016-07-01 14:12:51 +01:00
Jonathan
eee9d53f23 Merge pull request #9471 from mizujin/translate/html5_css_FR
First 9 challenges translated
2016-07-01 14:12:51 +01:00
Mrugesh Mohapatra
94f9d0b114 Merge pull request #9247 from rawreef/fix/layout-tweak
Layout tweak - wider instructions column in 2-column layout at 1200+px. 
Solves narrow width on standard 1280px laptop.
2016-07-01 18:38:30 +05:30
Rémi Fortier
03fe194d21 First 9 challenges translated
Fixed several typos
2016-07-01 08:24:24 -04:00
Rémi Fortier
dec2848890 First 9 challenges translated
Fixed several typos
2016-07-01 08:24:24 -04:00
Jonathan
e705bd4ece Simplified tests (for challenge size your images)
Original Code from @arun1595, updated by @atjonathan
2016-07-01 10:13:16 +01:00
Jonathan
2c35564658 Simplified tests (for challenge size your images)
Original Code from @arun1595, updated by @atjonathan
2016-07-01 10:13:16 +01:00
Jonathan Coleman
71de2b773a modify test case for class to allow for unquoted string as class (#9408)
* modify test case for class to allow for unquoted string as class

* Add more tests to account for more than one image tag and to ensure that image has the correct src
2016-07-01 09:12:13 +01:00
Jonathan Coleman
944983846f modify test case for class to allow for unquoted string as class (#9408)
* modify test case for class to allow for unquoted string as class

* Add more tests to account for more than one image tag and to ensure that image has the correct src
2016-07-01 09:12:13 +01:00
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
Eric Leung
53ecda396a 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
Jonathan
dfa576b6bb 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
Quincy Larson
cffd7c11f4 make pledge-related notifications more specific and helpful (#9040)
* make pledge-related notifications more specific and helpful

* further improve commit flash messages

* fix minor whitespace issue
2016-07-01 08:25:01 +01:00
Jonathan
94fa869a81 Merge pull request #9265 from flipsyde606/fix/night-mode-persist
Fix for night mode not persisting in pages other than challenges
2016-07-01 08:22:27 +01:00
Jonathan
7d5b77eb03 Merge pull request #9452 from QuincyLarson/feature/improve-landing
Improve landing page
2016-07-01 08:19:45 +01:00
Quincy Larson
aa43aeafe4 fix typo pointed out by @atjonathan 2016-06-30 23:40:12 -07:00
Damien Cosset
304770052f French translation of first four jQuery challenges (#9468)
* French translation jQuery Challenge

* French Translation jQuery Challenges 2, 3 and 4

* Update jquery.json

* Update jquery.json
2016-07-01 01:02:03 +01:00
Damien Cosset
f229aad1b6 French translation of first four jQuery challenges (#9468)
* French translation jQuery Challenge

* French Translation jQuery Challenges 2, 3 and 4

* Update jquery.json

* Update jquery.json
2016-07-01 01:02:03 +01:00
Max Ono
b56536eb2d Update description of Record Collection code challenge. 2016-06-30 11:53:10 -07:00
Max Ono
4d001de7b8 Update description of Record Collection code challenge. 2016-06-30 11:53:10 -07:00
Jonathan
eff99d9c77 Merge pull request #9447 from raisedadead/fix/update-pr-template
Update PR Template
2016-06-30 09:18:38 +01:00
Arun
eb6d841b9a Fix tests for override styles using important keyword challenge 2016-06-30 08:10:00 +05:30
Arun
c047478412 Fix tests for override styles using important keyword challenge 2016-06-30 08:10:00 +05:30
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
Jonathan
6722e2278e 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