11df000bad
Merge pull request #7661 from N0bl3/translate/FR-Claim-Your-Back-End-Development-Certificate
...
translate\Translated Reclaim your back end development certificate in french
2016-04-02 08:07:56 -07:00
8b2d7dc2ce
Clarify instructions for Local Scope and Functions
...
- Add additional instructions on following commented out instructions
- Add hint to refresh page if you encounter issues
- Lint the head script to follow two space indent
- Capitalize words in commented out instructions
2016-04-02 01:33:32 -07:00
71ab54b0b0
Clarify instructions for Change Text in jQuery
...
- Clarify to use .html() versus .text()
- Add test to check use of .html()
2016-04-02 00:43:22 -07:00
c769328ee8
Clarify Make a Person instructions & add ES trans
...
- Remove use of arity and rewrite with better description
- Change use of "function" to "method" for consistency
- Put methods into blockquote tags
- Update Spanish translation of challenge
2016-04-01 21:31:46 -07:00
db094454c7
Fixed Spelling Mistake
...
Changed bronwie to brownie
2016-03-31 22:02:27 -04:00
f655446219
Merge pull request #7821 from clickthisnick/fix/grammar-a-to-an
...
FIX - Grammar A to An
2016-03-31 09:08:45 -07:00
8b090942db
Merge pull request #7823 from erictleung/fix/outdated-italicize-method
...
Change italic method to em in Change Text jQuery
2016-03-31 09:23:29 -04:00
93276002fc
Merge pull request #7736 from BKinahan/fix/counting-cards-tests
...
Add test to Counting Cards
2016-03-31 12:55:58 +05:30
f15b15639b
Change italic method to em in Change Text jQuery
...
- Change italic example from using i to em tag
- Add spaces in editor for ease of code addition
- Update tests to reflect em tag change
2016-03-30 22:55:57 -07:00
4810a28e65
FIX - Grammar A to An
2016-03-30 23:58:38 -04:00
234c4f76ae
Expand test regexp to verify correct style override
2016-03-30 17:05:25 +00:00
62ca59d950
Correct plurality in test message of Nest Many Elements
2016-03-30 14:53:11 +00:00
5243b43b77
Merge pull request #7780 from geoff616/fix/spinal-tap-tests
...
add test case to spinal-tap-case
2016-03-30 19:05:03 +05:30
9354d1d181
Change === to == in Decoding Binary Num question
2016-03-29 20:18:15 -07:00
bd597f19ab
Merge pull request #7789 from cesardariogarcia/fix/update_https_on_bootstrap_responsive
...
update resources to https on bootstrap responsive
2016-03-29 21:21:26 +05:30
46efe85264
Merge pull request #7689 from NaitoKenzo/translation/fr-intermediate-bonfires
...
Challenges of Intermediate Algorithm Scripting translated into French
2016-03-29 09:44:15 -05:00
83a61dd350
Merge pull request #7784 from erictleung/fix/clarify-declare-js-vars
...
Clarify Declare JS Vars challenge description
2016-03-29 18:48:45 +05:30
31ade5df09
update resources to https on bootstrap responsive
2016-03-29 02:24:08 -07:00
edc9f562a3
Translation of back end certificate in french
2016-03-29 04:50:16 +02:00
68aef569f1
Clarify Declare JS Vars challenge description
...
- Update description on what variables are
- Change code tags to dfn tags around the words "data" and "variables"
2016-03-28 21:46:24 -05:00
2f4cb29124
updated regex to Add Placeholder Text
2016-03-28 18:48:18 -07:00
e62b1a6112
add test case to spinal-tap-case
2016-03-28 19:15:50 -04:00
ba2c111eb5
Merge pull request #7681 from erictleung/fix/unique-function-name-for-where-do-i-belong
...
Make Where Do I Belong function name unique
2016-03-28 07:09:20 -07:00
65a3b8e1a0
Fix LobsterDefault HTML code on Lobster font
2016-03-28 04:12:04 +05:30
9dcad846ad
Merge pull request #7662 from paycoguy/fix/target-the-same-element-with-multiple-jquery-selectors
...
updated to check for spaces before and after class name
2016-03-28 03:34:35 +05:30
47ba2152f4
Adds switch statement MDN link
2016-03-27 12:33:57 -07:00
a0440d3961
Merge pull request #7725 from elazzabi/add/FR-translation-data-visualization-certificate
...
Translating Claim Your Data Visualization Certificate to French.
2016-03-27 09:20:20 -07:00
a5f6b98df2
Fix Compound Assignment Challenges
...
This commit updates the Compound assignment challenges:
* Compound Assignment With +=
* Compound Assignment With -=
* Compound Assignment With *=
* Compound Assignment With \=
to
* Compound Assignment With Augmented Addition
* Compound Assignment With Augmented Substraction
* Compound Assignment With Augmented Multiplication
* Compound Assignment With Augmented Division
Tested locally
2016-03-27 13:49:45 +05:30
f728226bf4
Merge pull request #7714 from erictleung/fix/clarify-drop-it-challenge
...
Clarify Drop It instructions on using 2nd argument
2016-03-27 13:08:43 +05:30
c87bb1121d
Add test to Counting Cards
...
Adds a test to Counting Cards for cases when last drawn card decreases Count but Count is still positive
2016-03-26 18:13:30 +00:00
69722b33d2
Merge pull request #7738 from hallaathrad/fix/challenge-issues
...
Replace portfolio link
2016-03-26 10:53:59 -07:00
857f04e4c2
Replace portfolio link
2016-03-26 13:20:15 -04:00
0601f819e8
Clarify h2 HTML heading descriptions
2016-03-25 12:35:26 -05:00
e9f11bc1a9
Translating Claim Your Data Visualization Certificate to French.
2016-03-24 22:36:14 +00:00
5406ae08b9
Fix 'its' typo in Where Art Thou description
2016-03-24 21:16:54 +00:00
a64a0a20ee
Merge pull request #7667 from zerkms/patch-1
...
Fixed assignment operator terminology
2016-03-23 21:06:45 -07:00
5c704207e5
Clarify Drop It instructions on using 2nd argument
2016-03-23 20:48:37 -05:00
bbb12bf811
Fixed assignment operator terminology
...
It's not accurate to call the `assignment operator` `=` and `equal` operator, since it might be confused with the `equality operators`, eg `==`.
For the very same reason changed the `Minus Equals` wording to characters `-=` and titled the challenges with its commonly used name: compound or augment assignment (see https://en.wikipedia.org/wiki/Augmented_assignment )
What do you think of this clarification?
Thanks.
2016-03-24 12:02:26 +13:00
63a873cc81
Merge pull request #7657 from Rafase282/fix/new-demo-app
...
Changes demo app
2016-03-23 16:28:42 +05:30
78c3f41c14
added french translations for intermediate bonfires
2016-03-21 22:08:14 +01:00
39cf284e7f
Make Where Do I Belong function name unique
2016-03-21 10:26:24 -07:00
5c52514388
Merge pull request #7620 from kalunlee136/add-link-to-make-object-properties-challenge
...
feature/added links for Objects Properties Private challenge
2016-03-21 20:08:27 +05:30
de6201e274
Merge pull request #7625 from N0bl3/add/FR-responsive-design_with-bootstrap
...
Add/FR translation responsive design with bootstrap
2016-03-21 21:34:03 +11:00
9cb1522eca
opens links in a new tab
2016-03-21 01:36:40 -07:00
5b4aa93ff8
Translation of Bootstrap challenges in french
2016-03-21 09:35:58 +01:00
4b975d8673
Merge pull request #7613 from AkiraLaine/fix/http-requests
...
changed http to https in HTML5 & CSS3
2016-03-20 21:19:43 +05:30
349364b5da
updated to check for spaces before and after class name
2016-03-20 06:49:58 -07:00
c527701bbb
Merge pull request #7619 from erictleung/fix/unique-function-name-for-chunky-monkey
...
Make Chunky Monkey function name unique
2016-03-19 20:53:38 -07:00
cd736c2b1f
Merge pull request #7615 from drk7891/fix/array-name-typo
...
Fixed challenge typo
2016-03-19 20:50:24 -07:00
385bced95a
Merge pull request #7595 from erictleung/fix/unique-function-name-for-truncate-a-string
...
Make Truncate a String function unique & clarify
2016-03-19 20:48:47 -07:00