Commit Graph

23289 Commits

Author SHA1 Message Date
31ff1b08ea Add a section on Decentralized Apps (#31443) 2019-05-10 16:37:03 -07:00
098f9c478e Added reference links section (#29593)
* Added reference links section

* fix: changed c++ to cpp

* fix: changed one extra c++ to cpp
2019-05-10 16:04:50 -07:00
39352ce64d add "Quit sftp." option (#29454)
* add "Quit sftp." option

Added "Quit sftp." and manpage referernce

* fix: changed unix to bash
2019-05-10 16:02:47 -07:00
07b33d3989 fix(client): Donate other display correct submit button text 2019-05-11 01:48:16 +05:30
4101d5c73e Replace Github -> GitHub (Spanish) (#35182) 2019-05-10 12:44:53 -07:00
bc17e56594 Generalized smart contract definition | Updated Blockchain technology section (#30994)
Earlier description seemed to Ethereum specific, hence updated.
Also would be more accurate to say Hyperledger - (Specific project) instead of the umbrella term just "Hyperledger" because they have tons of projects.
2019-05-09 14:54:06 -07:00
d3c8eacef2 Hints & Solution for React and Redux (#35946) 2019-05-09 18:57:06 +05:30
7437145bb4 fix: improved existing tests (#35801) 2019-05-09 09:01:50 -04:00
7b4e8632f5 docs: fix emoji on the translate item 2019-05-09 12:23:53 +05:30
1b07106f8e fix: removed guide articles no longer needed (#35679) 2019-05-08 21:26:48 -05:00
fdb49ba89a Fix "ReferenceError: url is not defined" in challenge (#35415)
* Fix "ReferenceError: url is not defined" in challenge

I fix the challenge because issue #14002 
- The `url` variable is set to external resource `https://jsonplaceholder.typicode.com/posts`
- I replaced .textContent instead of .innerHTML (better practice)
- Checking for HTTP status of 201 instead of 200
All these suggestions by @HarplingeTom and "approved" by  @QuincyLarson. See the issue comments.
I test the code locally in my computer and this works 👍 
I modified and verify the tests according the new assessment.

* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md

Minor typo: `<code>` to `</code>`

Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>

* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md

new declared as const

Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>
2019-05-08 20:07:36 -05:00
534824e232 Fix spelling error (#35925)
* Fix spelling error

* fix: changed be conformed to conform
2019-05-08 19:54:32 -05:00
3b5fbe3edb Improve formatting of Challenge Seed (#35854) 2019-05-08 18:32:01 -05:00
05de360085 fix NaN issue for the number of active Donations (#35970)
* fixed NaN issue for the number of active Donations

* Initialized activeDonations to 0 in the initial state
2019-05-08 20:18:10 +02:00
db9eca1bde Update index.md (#30256) 2019-05-08 10:27:16 -07:00
da1cd48e82 docs: remove snyk badge 2019-05-08 07:33:27 -07:00
338d7ee8a7 Change "rest operator" to say "rest parameter" in challenges and guide (#35496)
* change es6 challenges rest operator to param

* fix rest parameter typos

* change rest operator to parameter in guide

* fix casing

* change rest operator to rest parameter in guide

* change rest operator to rest parameter in curriculum

* remove extra whitespace

* remove whitespaces

* remove whitespace

* fix: removed arabic file

* fix: removed chinese file
2019-05-08 16:30:24 +02:00
Tom
4f73b5a7f3 Fix/manage state locally tests (#35980)
* fix/manage-state-locally-test

* fix/update-test-words

* fix/update-test
2019-05-08 10:17:54 -04:00
6924d9c9e8 Update index.md (#30410) 2019-05-08 12:09:11 +04:00
1a204a94d7 Update index.md (#30390) 2019-05-08 12:08:12 +04:00
c6982549e5 Update index.md (#30386) 2019-05-08 12:07:24 +04:00
be64029374 Update index.md (#30378) 2019-05-08 12:06:57 +04:00
7670cfa94f Update index.md (#30363) 2019-05-08 12:06:29 +04:00
6a304ef9bb Updated grammar and consistency of terms. (#30668) 2019-05-07 22:46:37 -07:00
033606ec8d fix(donate): add a space in donate text 2019-05-07 22:56:21 +03:00
c16014531e Updated grammar and readability (#30658)
* Updated grammar and readability 

Terms such as class and item are either referred to in English or avoided in the Chinese versions of tutorials that I have found, as translating them directly does not make much sense.
Changed some sentence structures for the ease of understandings.

* fix typo
2019-05-07 12:14:06 -07:00
5570716edf Update use-media-queries-to-create-responsive-layouts.chinese.md (#30686)
* Update use-media-queries-to-create-responsive-layouts.chinese.md

* update some translation
2019-05-07 12:13:47 -07:00
d4df02c7e2 fix: Sync blockquote, code and pre's color in night mode 2019-05-07 10:43:43 -07:00
0e24bffe22 fix: Make code blocks look more conventional 2019-05-07 10:43:43 -07:00
1ca15d75b8 fix: remove unnecessary selector, fix inline code and other issues 2019-05-07 10:43:43 -07:00
Tom
93e5554615 fix: added semi-colon not in original code
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-07 10:43:43 -07:00
3e45db3ef5 Give language-* code blocks the same style as generic ones 2019-05-07 10:43:43 -07:00
5cfff58c7b fix: added all js to end of 3 backticks 2019-05-07 10:43:43 -07:00
5cf039e5fd fix: performed first conversions 2019-05-07 10:43:43 -07:00
1a6392f0f0 fix: make all ways of representing code match blockquotes 2019-05-07 10:43:43 -07:00
1cb6092dd9 fix: performed first conversions 2019-05-07 10:43:43 -07:00
be2c37491f fix: use triple backticks around code 2019-05-07 10:43:43 -07:00
dbfd1e2a2f docs: moved local docker setup into local setup file (#35975) 2019-05-07 08:53:34 -07:00
6e8e8e3f18 fix(client): Hide monaco-aria-container on Firefox (#35822) 2019-05-07 03:16:38 -07:00
d96f5562a3 Updated grammar and term consistency (#30694) 2019-05-06 17:54:30 -07:00
44fa34a9b0 Improved Russian Translation. (#34189) 2019-05-06 16:32:53 -07:00
50d23c5381 Improved Russian translation. (#34188) 2019-05-06 16:15:48 -07:00
3fb3c494df Fix russian translation for use-the-flex-direction-property-to-make-a… (#33487)
* Fix russian translation for use-the-flex-direction-property-to-make-a-row.russian.md

* Update use-the-flex-direction-property-to-make-a-row.russian.md
2019-05-06 16:13:52 -07:00
675b204b8a fix(curriculum): Hide solution from tests (#35254) 2019-05-06 16:01:23 -07:00
579aa7628c Improving Arabic translation on several "Basic HTML and HTML5" section files (#34908)
* Improving Arabic translation

Improving Arabic translation in say-hello-to-html-elements.arabic.md file

* Translating Description and Improving Arabic Translation.

Translated the Description from the English version. Also Improving the Arabic translation.

* Fixing a mistake in translating the tests.

* Fixing a mistake I made while translating the tests in headline-with-the-h2-element.arabic.md

* Improving the Arabic translation and fixing grammar.

* adding space to (I'm a p tag) in line 10

* fixing bad indentation.

* fixing bad indentation (mistake by me)

* fixing bad indentation (mistake by me)

* Add missing Description and Test text

Adding missing description text and Test text from English version. Also general improvements to the Translation.

* Adding missing description text and Test text 

Adding missing description text and Test text in in uncomment-html.arabic.md from English version. Also general improvements to the Translation.

* Improving the Arabic translation

* Minor updates to the translation

* Overall Enhancement to the translation.

* General translation improvement 

Improving the translation on the Description, Instructions and the Tests.
Separate text to different lines for better readability.

* Improving "Link to External Pages with Anchor Elements" Arabic Translation.

* Matching characters and entities to the English version.
2019-05-06 15:59:19 -07:00
91a5e8dfed Remove quotes around codetags curriculum/challenges/arabic (#35843) 2019-05-06 15:51:49 -07:00
914e7a4fe4 Fix typos, consistent styling w/ English version (#31238)
Also made the whole text have the same level of formality and corrected Google translations.
2019-05-06 14:56:23 -07:00
6481ddd435 Delete quotes around codetags spanish curriculum (#35772) 2019-05-06 14:52:25 -07:00
8bf15ba060 fix(challenges): Fix broken links in Spanish challenges (#35129) 2019-05-06 14:38:31 -07:00
b1206f0b53 fix(curriculum): Hide solution from tests in Chinese challenge (#35252)
* fix(curriculum): Remove solution from tests

* fix(curriculum): Hide solution from tests
2019-05-06 14:25:47 -07:00