Commit Graph

16274 Commits

Author SHA1 Message Date
d660436ad0 Clarify Sum All Odd Fibonacci Numbers instructions 2016-07-05 19:03:21 +00:00
55d199ec7f Remove Double If Statement 2016-07-05 19:20:12 +01:00
6c637ebd6a Merge pull request #9527 from arun1595/fix/uncomment-html
Fix tests for uncomment html challenge
2016-07-05 11:50:40 +01:00
ee721c53bc Merge pull request #9527 from arun1595/fix/uncomment-html
Fix tests for uncomment html challenge
2016-07-05 11:50:40 +01:00
a9c172454f Merge pull request #9561 from alanbares/fix/javascript-functions-objects-challenge
Fix property of car object in construct JavaScript objects with functions challenge.
2016-07-05 00:38:17 -07:00
2f8c7657cc Merge pull request #9559 from arun1595/fix/update-tests
Update tests when reset button is clicked
2016-07-05 08:29:35 +01:00
47db20b8c5 Change value of seat property on car object to 5 2016-07-04 21:19:59 -07:00
599aa16f4e Change value of seat property on car object to 5 2016-07-04 21:19:59 -07:00
1af3d0adc6 Update tests when reset button is clicked 2016-07-05 08:22:36 +05:30
cb97a1bcb7 fix uncessary line breaks 2016-07-05 10:09:09 +08:00
ca4f9f8ebd fix uncessary line breaks 2016-07-05 10:09:09 +08:00
4021929c26 Merge pull request #9537 from erictleung/fix/simplify-manipulating-complex-objects
Rewrite Manipulating Complex Objects for clarity
2016-07-05 01:51:14 +01:00
1fcce9d9f3 Merge pull request #9537 from erictleung/fix/simplify-manipulating-complex-objects
Rewrite Manipulating Complex Objects for clarity
2016-07-05 01:51:14 +01:00
78a1240f4f Merge pull request #9552 from dhcodes/fix/better-map-code-example
Updated Code Example for Iterate Over Arrays w Map
2016-07-04 17:40:52 -07:00
64c0876061 Updated Code Example for Iterate Over Arrays w Map 2016-07-04 18:48:43 -05:00
0221259765 Updated Code Example for Iterate Over Arrays w Map 2016-07-04 18:48:43 -05:00
9187c5b886 Rewrite Manipulating Complex Objects for clarity 2016-07-04 10:40:34 -07:00
7b84e2d4f4 Rewrite Manipulating Complex Objects for clarity 2016-07-04 10:40:34 -07:00
8491bb603c Merge pull request #9534 from erictleung/fix/stylize-youtube
Stylize 'Youtube' as 'YouTube' in About page
2016-07-04 07:32:44 +01:00
fce3ec1abd Stylize 'Youtube' as 'YouTube' in About page 2016-07-03 22:01:01 -07:00
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
6c989a4a9d 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
16f99008ac Fix tests for uncomment html challenge 2016-07-04 03:55:59 +05:30
2e41750109 Fix tests for uncomment html challenge 2016-07-04 03:55:59 +05:30
86ac4f150b Merge pull request #9517 from BKinahan/fix/background-color-div
Change background color from 'gray' to 'silver'
2016-07-03 18:21:54 +01:00
a1313382ba Change background color from 'gray' to 'silver' 2016-07-03 16:59:21 +00:00
2a96008fc7 Change background color from 'gray' to 'silver' 2016-07-03 16:59:21 +00:00
b4f108c1af Merge pull request #9509 from HassHz/fix/typoCompBasics
Fix typos in Source Code video questions
2016-07-02 18:30:49 +01:00
fa8e900980 Change Javascript to JavaScript, fix typo 2016-07-02 12:59:56 -04:00
cbb35527b1 Change Javascript to JavaScript, fix typo 2016-07-02 12:59:56 -04:00
780a54bc55 Merge pull request #9466 from Trion129/fix/about-responsive
Contact table in about page made responsive
2016-07-02 20:29:41 +05:30
0b75fc0b34 Merge pull request #9445 from rajkthakur/fix/AddingMDNlinkForArraySortMethod
Added MDN Link for Array.Prototype.sort() for further reference
2016-07-02 18:26:07 +05:30
dbc347a8b6 Merge pull request #9445 from rajkthakur/fix/AddingMDNlinkForArraySortMethod
Added MDN Link for Array.Prototype.sort() for further reference
2016-07-02 18:26:07 +05:30
71615e58d8 Added MDN Link for Aarray.Prototype.sort() for furthe reference 2016-07-02 16:05:06 +05:30
66002b3abb Added MDN Link for Aarray.Prototype.sort() for furthe reference 2016-07-02 16:05:06 +05:30
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
1e6c32c949 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
9a99bffec1 Merge pull request #9495 from tjstinso/fix/unclear-instructions
Modified the text in the Accessing Nested Objects for clarity
2016-07-02 14:00:10 +05:30
725dcbabfc Merge pull request #9495 from tjstinso/fix/unclear-instructions
Modified the text in the Accessing Nested Objects for clarity
2016-07-02 14:00:10 +05:30
f6031009b3 Fixed flyer dismiss issue on firefox
Fixed flyer dismiss issue on firefox
2016-07-02 11:09:18 +05:30
e392b37add Rebased the branch 2016-07-02 10:57:37 +05:30
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
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
3f90810c60 Merge pull request #9484 from atjonathan/fix/size-your-images
# LGTM 🎉
2016-07-02 00:15:04 +01:00
081fcdd563 Merge pull request #9484 from atjonathan/fix/size-your-images
# LGTM 🎉
2016-07-02 00:15:04 +01:00
69f9503c7a Fixed html, to show gloveBoxVariable as code as opposed to standard test. 2016-07-01 13:41:26 -07:00
05811cb91f Fixed html, to show gloveBoxVariable as code as opposed to standard test. 2016-07-01 13:41:26 -07:00
60c2d80de1 Changed the existing text to the suggested test for clarity. 2016-07-01 13:30:34 -07:00
1e91bc077d Changed the existing text to the suggested test for clarity. 2016-07-01 13:30:34 -07:00
f9bb41d1e9 made output for sum and subtraction consistent with product 2016-07-01 23:50:34 +05:30