Commit Graph

23810 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
b440851381 fix: Add tests for the linter 2019-07-19 15:30:17 +05:30
Oliver Eyton-Williams
db69c9b071 fix: Only lint staged files on commit 2019-07-19 15:30:17 +05:30
Oliver Eyton-Williams
538e0bbee3 feat: Lint curriculum, including test yaml 2019-07-19 15:30:17 +05:30
Oliver Eyton-Williams
7d4dc382b4 fix(curriculum): format challenge markdown as per linting rules (#36326)
* fix: Format challenge markdown according to linting rules

* fix: Put spaces after section tags
2019-07-19 15:30:17 +05:30
Randell Dawson
c387873640 fix(curriculum): added extra line before </section> tag - Engl… (#36278) 2019-07-19 15:30:17 +05:30
Oliver Eyton-Williams
b038af4925 fix: Remove non-functional css 2019-07-19 13:35:06 +05:30
Oliver Eyton-Williams
6a2974e55e fix: Refactor challenge mounting and updating
componentDidMount and componentDidUpdate share a lot of code. This just
DRYs them out.
2019-07-19 13:32:41 +05:30
Oliver Eyton-Williams
a8c86f6168 fix: Init test output on backend challenges
Makes sure the test output console is initialized on backend as well as
classic challenges.  Previously it was tied to SidePanel which was not
always present.
2019-07-19 13:32:41 +05:30
Nikolai Kiselev
7dd2fe19f3 Update a solution for "Find the Symmetric Difference" algorithm (#36379)
* Update advanced solution

* Replace HTML links with markdown syntax

* Remove obsolete sort()

* Use spread operator instead of Array.from
2019-07-18 17:07:09 -07:00
Christian Mondorf
392d546988 Minor edits for clarity. (#25841)
Edits for clarity and for grammar.
2019-07-18 12:41:13 -07:00
Ashrith Reddy
8e9014214a made semi-colon on basic-javascript challenge optional. (#36465)
* made closing operator optional.

* truncated unnecessary regex
2019-07-18 08:07:17 -07:00
Tom
8757deb56c feat(client): add prev next btns to lessons (#35485)
* feat/add-prev-next-btns-to-lessons

redirect to learn instead of home

* fix/button-css-properties

* fix/change-buttons-to-suggested

* fix/add-tests+change-button-to-link

Co-authored-by: ojeytonwilliams ojeytonwilliams@gmail.com

* Revert "fix/add-tests+change-button-to-link"

This reverts commit ae26504d1d.

* fix/add-tests+change-button-to-link

Co-authored-by: ojeytonwilliams <ojeytonwilliams@gmail.com>
2019-07-18 15:16:00 +05:30
Oliver Eyton-Williams
eba8953037 fix: Update docs, recommending install all packages (#36352) 2019-07-17 22:54:23 +05:30
Huyen Nguyen
d6c2f5cf79 docs: replace Medium with fCC News (#36454) 2019-07-17 22:52:35 +05:30
Huyen Nguyen
ceef759049 docs: replace Medium with fCC News (#36455) 2019-07-17 22:52:07 +05:30
Huyen Nguyen
d5881773c0 docs: replace Medium with fCC News (#36456) 2019-07-17 22:51:39 +05:30
Aman Aggarwal
9cc82ae521 Update index.md (#36458) 2019-07-15 15:36:45 +01:00
Edmond Liu
53470d2fd8 Update index.md (#36349)
Removed some statements talking about the optimization potential of goto (which is mentioned but never specified), and I gave a possible use-case for goto followed by some constructs that can replace it, and ended on why goto is discouraged in C++

Added information about the memory behaviour of labels, the syntax to create a label, and where a label can actually be placed (within the same function).
2019-07-15 07:04:27 -07:00
Mohamed Saad
04790915a8 add informations about queries in graphql (#36428) 2019-07-15 06:37:23 -07:00
KartikSoneji
72be29068a Added info; Fixed formatting; (#36329)
Added note on Scope
Fixed formatting of example and added better way to rewrite example.
2019-07-15 06:31:54 -07:00
Siddhartha Anand
629da5329d BFS in Java (#35027)
Code for implementation of Breadth-First-Search in Java.
2019-07-15 06:28:56 -07:00
Alexander Molnar
daa8f3ad21 Added content to stub (#34325)
Added definitions and examples
2019-07-15 06:27:45 -07:00
sri vatsav
12ef1b7925 Jump search Code in Java (#30962)
Code for Jump Search in Java.
2019-07-15 06:22:05 -07:00
Americo
d7be1802e7 Fix command line guides in spanish (#24758)
* Add missing command and iTerm2 section

* Fix translation, grammar, actually translate a chunk

Also fix formatting and make text more conversational.
2019-07-14 20:08:36 -07:00
diseva1
775415b208 Added CSS logo (#24252) 2019-07-14 10:41:43 -07:00
six9
f03418f7aa Update index.md (#36453) 2019-07-14 06:05:41 +01:00
Americo
3de5a7c0f3 Azuzunaga patch 1 (#21023)
* Add missing command and iTerm2 section

* Consolidate changes
2019-07-13 18:13:37 -07:00
Jeremias Blanco-Choncén
22f7ffb96c Some corrections, and translations (#26553) 2019-07-13 09:44:56 -07:00
Manuel Soler
b418656570 Fixed commands table (#22213) 2019-07-13 09:36:44 -07:00
Randell Dawson
e9212c61d2 fix(curriculum): Remove unnecessary assert message argument from English challenges JavaScript Algorithms and Data Structures - 01 (#36401)
* fix: rm assert msg basic-javascript

* fix: removed more assert msg args

* fix: fixed verbiage

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
2019-07-13 08:07:53 +01:00
Aingeru
2cf2838674 Some translation corrections (#22064)
Some corrections as Bootstrap framework name, the previous translation "Oreja" means "Ear" in spanish.
2019-07-12 11:24:53 -07:00
Víctor Lasa
9be485f90f Fix typos, consistent styling w/ English version (#31305)
Also made the whole text have the same level of formality and corrected Google translations.
2019-07-12 08:49:35 -07:00
moT01
9ce8bbb4c0 fix/add-suggested-grammar-and-punctuation 2019-07-12 22:44:23 +09:00
moT01
d3cf6f42dd fix/grammar+punctuation 2019-07-12 22:44:23 +09:00
moT01
6f24bc5d41 fix/capitalization-in-title-in-meta 2019-07-12 22:44:23 +09:00
moT01
fa365a7f77 fix/capitalization-in-title 2019-07-12 22:44:23 +09:00
moT01
832cbc91b1 fix/the-mess-I-made 2019-07-12 22:44:23 +09:00
moT01
da254743cd feat/new-lessons-on-js-promises 2019-07-12 22:44:23 +09:00
Randell Dawson
73bdff45fd fix(curriculum): Added a Recursion challenge to the Basic JavaScript section (#35968)
* fix: added a recursion challenge

* fix: changed blockquote to triple backtick syntax

* fix: added an extra line to separate code section

* fix: renamed challenge and improved verbiage

* fix: added full path to challenge

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: improved wording

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: added closing )

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: added missing comma and the word at

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: added missing text for test case

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: added note regarding startNum and endNum being same

* fix: wrapped parameter names with code tags
2019-07-12 13:40:50 +02:00
JHeisecke
786afa0ed3 Se agrega un punto a las Pros de python (#27891) 2019-07-11 17:54:37 -07:00
mrugesh
34b27a6f70 docs: update text for the developer news 2019-07-11 16:56:59 +05:30
Huyen Nguyen
704db73d0d doc: replace medium link with fcc news 2019-07-11 16:56:59 +05:30
Randell Dawson
db8098601e fix(curriculum): Remove unnecessary assert message argument from English Data Visualization challenges (#36424)
* fix: removed assert msg argument

* fix: corrected test text
2019-07-11 10:53:41 +02:00
Ricardo Héber Tenório
e2e69c2a1f fix: typos and added a missing section (#24548) 2019-07-10 20:57:28 -07:00
Miguel Mano
8d341c9705 Fix sentence which ended abruptly (#24620) 2019-07-10 20:41:52 -07:00
Arturo Perez
069df4374a add translation (#27580)
* add translation

* fix: changed c++ to cpp
2019-07-10 18:54:01 -07:00
lennort123
10a7823d68 Substring-changes (#36213) 2019-07-10 18:08:28 -07:00
chino1504
d7b5bf796b Adding Ignite CLI description on index.md (#28579) 2019-07-10 16:33:53 -07:00
lasjorg
f03f05d53d fix(challenge): rename challenge, change fields to properties, fix test (#36338)
* fix(challenge): rename challenge, change fields to properties, fix test

* fix(challenge): update challenge name in meta.json

* fix(challenge): update test and assertion message

* fix(challenge): update second assert message

* fix(challenge): remove the word Person from text
2019-07-10 10:31:15 +02:00
Andrés Sanjose
a658af6d18 Full text editing (#23056)
Changed second person from formal "usted" to "tu".  Edited some translation errors.
2019-07-09 18:23:29 -07:00