bdc7c22ee6
Update "Escape Sequences in Strings" stub ( #34006 )
...
* Update "Escape Sequences in Strings" stub
* fix: replaced backspace with word boundary
2019-03-08 14:47:58 -08:00
a8f303094c
Update index.md add comma and sentence ( #33994 )
...
Added apostrophe on line 4, added 'combined approach' on line 10.
2019-03-08 15:47:05 -07:00
f0270b8439
[Guide] Basic JS: Inequality operator. Enhancements ( #28501 )
...
* Basic JS: Inequality operator. Enhancements
From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8651 )
·Added exercise explanation, run code link, code explanation and resources.
* fixed: fixed typo
2019-03-08 14:42:20 -08:00
64d7eba61b
[Guide] Basic JS: Greater than operator. Enhancements ( #28510 )
...
* [Guide] Basic JS: Greater than operator. Enhancements
From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8663 ).
· Added problem explanation, run code example, code explanation and resources.
* fix: removed repl.it link
2019-03-08 14:42:05 -08:00
baed72fd3d
Explained solution and added alternate ( #34718 )
...
* Explained solution and added alternate
Explained why the solution works and added an alternate, less elegant solution for comparison.
* Removed last line per feedback
2019-03-08 14:41:08 -08:00
e0ce2301e6
Added Hint 2 & remove repl links ( #34745 )
2019-03-08 14:36:08 -08:00
a22526d17f
Fix error in the markdown ( #34990 )
...
Fix error in the markdown closing the code fragment.
2019-03-08 14:08:26 -08:00
e290762005
Provided code solution to jQuery challenge : Change the CSS of an Element Using jQuery ( #35293 )
...
* Update index.md
* Update index.md
2019-03-08 14:06:17 -08:00
058db4f449
fix(guide): Add full solution code to jQuery challenges ( #35488 )
2019-03-08 14:04:01 -08:00
871d8ff3d9
Speeling and Punctuation modification ( #32432 )
2019-03-08 14:59:20 -07:00
00c7b70ab5
Edit paragraph 1 for clarity and material. ( #32396 )
...
A sudden contextual jump to overclocking may leave an unversed reader confused. The added and edited lines improve the clarity and flow of the paragraph as well as provide a basic description of overclocking.
2019-03-08 14:45:35 -07:00
da9171a57a
Added a More Information section to "Import a Google Font" ( #34633 )
...
-Added additional links in the More Information section to show the user how to implement Google Fonts into their HTML and CSS code
2019-03-08 13:38:54 -08:00
45b24b1de1
Add CSS Class to Style an Element details ( #28749 )
2019-03-08 13:23:33 -08:00
2d2c13f2ab
Add the text for clarity to the article ( #28489 )
...
Also added links for more info
2019-03-08 13:13:26 -08:00
9d09a12906
Use the javascript console to check the value... ( #34644 )
...
* Use the javascript console to check the value...
... of a variable.
- Solution added to index.md
* add full solution
2019-03-08 13:03:18 -08:00
16fe6efff6
Fixed Typographical Error in guide/english/3d/blender/index.md ( #35486 )
...
* Update index.md
* Update index.md
* Update index.md
* revert code
* Update index.md
* Fixed spacing and grammar
2019-03-09 02:08:59 +05:30
cf8a79c0af
Replace stub page with new hints ( #34799 )
...
* Replace stub page
* Update index.md
2019-03-08 12:16:27 -08:00
21d2698a44
update front end certification guide handle action in the store solution code to return the state parameter not the defaultState object ( #28485 )
2019-03-08 10:35:02 -08:00
3eab20af32
add guide of certificate/api/create a model ( #29472 )
...
* add guide of certificate/api/create a model
* Add syntax highlighting
* Update index.md syntax highlighting
2019-03-08 09:51:00 -08:00
f6d07f37d7
fix: created more flexible test ( #35325 )
2019-03-08 11:07:50 -06:00
bf255ddb05
Added SASS solutions, fixed typos, code formatting ( #34792 )
...
* Added SASS solution and output CSS
* Fixed typo, added code formatting
The example code outputs for "start to end" and "start through end" were swapped. "1 to 3" does not include the end number, so should output "1 2", while "1 through 3" includes the end number, so should output "1 2 3"
* Added SASS solution and output CSS
* Added SASS solution
* Updated solution to full solution
Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator [suggestion](https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979 ).
* Updated solution to full solution
Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979 .
* Fixed Markdown syntax
Minor edit
* Updated solution to full solution
Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#discussion_r263731937 .
2019-03-08 21:07:52 +05:30
47441d9c1f
Some corrections and fixed untranslated word ( #19602 )
2019-03-08 13:02:16 +01:00
5a3e6fb817
Fixed translation mistakes and typos ( #26898 )
...
I have fixed some translation mistakes and typos as well as eliminated some duplicated elements.
2019-03-08 12:54:53 +01:00
5cd40a6efa
Fixed translations mistakes ( #26868 )
...
I have fixed some translation mistakes as well as concepts that differ in spanish from english.
2019-03-08 12:54:23 +01:00
cadaf509be
Fixed typos and translation mistakes ( #26812 )
...
Fixed some typos as well as deleted some repeated words and expressions. Fixed also some translation mistakes.
2019-03-08 12:53:30 +01:00
0ca1eab0fc
Translation improvement and syntax correction ( #26786 )
...
I have corrected some grammar mistakes as well as improven the spanish translation to a more correct version of it.
2019-03-08 12:52:40 +01:00
ca2a342c48
Fixed Spanish syntax mistakes ( #26728 )
...
I fixed some syntax mistakes in order to be a well written spanish text as well as some transaltion mistakes.
2019-03-08 12:52:02 +01:00
46090d6baa
Update fill-in-the-blank-with-placeholder-text.spanish.md ( #26578 )
...
Words between the "code" tags traduced and other words
2019-03-08 12:51:18 +01:00
e46f697648
Update inform-with-the-paragraph-element.spanish.md ( #26574 )
...
Words between the "code" tags traduced and correction of some grammatical errors.
2019-03-08 12:50:26 +01:00
1a5cdeae7b
Update say-hello-to-html-elements.spanish.md ( #26558 )
...
Traduced the words between the <code> tags
2019-03-08 12:49:30 +01:00
fe90c136c3
Improving Spanish translations for portfolio-webpage ( #26426 )
...
A better translation for 'portfolio' in terms of web development in Spanish is 'portafolio'.
Salutes
2019-03-08 12:33:39 +01:00
f1c13b8b30
Fix the no convenient translation of return ( #26150 )
...
The return statement in the code inside the description should not be translated.
2019-03-08 12:32:54 +01:00
f7f1b4cbc7
Fix Mad Libs sample in Spanish translation ( #26107 )
...
The sentence used to describe the fill in the blanks game in Spanish is not gramatically correct, fixed with a suggestion that is.
2019-03-08 12:32:19 +01:00
15da2cf118
Fix partial Spanish translations ( #26069 )
...
The description and test in count-backwards-with-a-for-loop Spanish translation contains incoherent translations of reserved words (for / para), variable declarations (ourArray) and tests literals.
2019-03-08 12:31:34 +01:00
948d66fcdb
minor corrections ( #31479 )
2019-03-08 15:38:12 +05:30
b01e9d5bf5
Fixed Typographical Error in guide/english/accessibility/index.md ( #35507 )
...
* Update index.md
* reverted code
2019-03-08 14:12:11 +05:30
9ebaa10eea
added clarification in test text ( #26458 )
...
* added clarification in test text
fix to issue #17490
* moved the note from the test text to description
* fix: updated note sytnax
2019-03-08 14:01:47 +05:30
8069923feb
24 Game: Move instruction to instructions section
2019-03-08 15:53:02 +09:00
084ba9c782
fix(formatting): Minor changes in 24 Game challenge
2019-03-08 15:53:02 +09:00
f8061bcb56
Fixed formatting of the 24 Game | Rosetta challenge
2019-03-08 15:53:02 +09:00
45f5a8d6b8
punctuation and clarity edits ( #30189 )
...
Removed multiple unnecessary commas, added edits for grammar.
2019-03-07 21:14:28 -08:00
12282c84e6
Updated index.md ( #29136 )
...
Added following things:
- Private Cloud analogy.
- Fixed Typos for more Information URLs
- Removed "said to be" around modern websites/architectures.
2019-03-07 21:03:31 -08:00
0ea4472ab2
Displayed links as a list. ( #27449 )
...
* Displayed links as a list.
* fix: added markdown bullets
2019-03-07 20:43:52 -08:00
d2a1a5653b
edited typos ( #29125 )
2019-03-07 20:11:32 -08:00
b95343b775
Update index.md ( #32576 )
...
Uppercase first letter of words after colons as they are full sentences. Added period on line 13 to make it consistent with the rest.
2019-03-07 19:58:06 -08:00
316769c9c0
Punctuation Issue ( #27893 )
...
"Puppet manifests".
changed to
"Puppet manifests."
2019-03-07 19:48:23 -08:00
8969c3a653
Update index.md ( #31041 )
...
Added some information to clarify the concept behind Vue.js
2019-03-07 19:41:04 -08:00
43d538ce2d
Fix typos in Vue intro ( #28439 )
2019-03-07 19:14:27 -08:00
72d9b1c7fc
Update index.md ( #31358 )
...
only added another example of white hat hackers "pentesters"
2019-03-07 19:14:06 -08:00
5f2d8abc24
index.md minor spelling fixes ( #31199 )
...
changed "breches" to "breaches"
changed "self-infliced" to "self-inflicted"
changed "understadn" to "understand"
2019-03-07 19:12:43 -08:00