cc6f234228
[Fix] correct Guide article example for Iterate Through the Keys of an Object with a for...in Statement ( #35197 )
...
* fix: added dot btwn [user] and online
* fix: corrected example for other languages
2019-05-05 13:26:22 -05:00
586730b69a
better solution to redux spread operator ( #35592 )
...
2 step -> 1 step
2019-05-05 12:40:32 -05:00
7bf2752bd0
Edited previous section and added new sections ( #24828 )
...
* Edited previous section and added new sections
Edited previous section to be csharp code base and formatted a bit better. Also added new sections about more complex topics of for loops
* fix: removed repl.it links
* Update index.md
2019-05-04 09:21:53 -07:00
7573252fa0
feat(guide): add guide for HTML value attribute challenge ( #35783 )
2019-05-03 10:16:50 -05:00
e78b0b868f
Fix(guide articles): Developer/case studies links in English ( #35771 )
...
* added working links, descriptions, more info links into cse studies
* deleted code of ethics as it is already listed in another page
* changed wording to -expose- as it flows better
2019-05-03 09:57:44 -05:00
a092c76688
fix: added 22 missing solutions ( #35747 )
2019-05-03 12:05:26 +02:00
b9fdbffa71
Broken Links in Sum of all odd Fibbonaci Nos Guide ( #35911 )
...
Fixed a broken and a missing link in the guide.
2019-05-03 14:21:09 +05:30
1660a267ba
fix: remove unnecessary div and props
2019-05-02 15:30:39 -07:00
ebe420c099
feat(guide): add footer link to article source on GitHub
...
fix/suggested-changes
2019-05-02 15:30:39 -07:00
24802779be
fix: update sass challenge - russian description ( #35545 )
2019-05-02 09:09:22 -07:00
9792dcbe09
fix: basic-html-and html5 challenge russian - test ( #35544 )
2019-05-02 09:08:39 -07:00
834648200d
fix: basic-html-and html5 challenge portuguese - test ( #35440 )
2019-05-02 09:08:06 -07:00
325c36cbf8
fix: basic-html-and html5 challenge chinese - test ( #35439 )
2019-05-02 09:07:41 -07:00
74cfbc28e3
fix: update sass challenge - chinese description ( #35438 )
2019-05-02 09:06:31 -07:00
99429d73c5
fix: update sass challenge - portuguese description ( #35436 )
2019-05-02 09:05:46 -07:00
7bd91ddffd
Add changes " Define " to article. ( #33357 )
2019-05-02 08:54:42 -07:00
79b5749c57
curriculum: Change pre and code to blockquote in Advanced Node and Express challenges ( #35713 )
...
* curriculum: Change pre and code to blockquote in Advanced Node and Express challenge
2019-05-02 12:19:07 +02:00
b579317e11
fix(curriculum): Add solutions to Bootstrap challenges ( #35789 )
...
* fix(curriculum): Add solutions to Bootstrap challenges
2019-05-02 11:24:38 +02:00
4f1fdfdd14
chore(tools): update docker setup to use npm ci
2019-05-02 01:01:00 -07:00
5edaee4269
fix(curriculum): throws is not defined
2019-05-02 01:01:00 -07:00
fbf5439248
chore: update packages
2019-05-02 01:01:00 -07:00
d022cace35
fix: warnings about babel corejs config
2019-05-02 01:01:00 -07:00
cbaea46504
fix: rollback gatsby-remark-prismjs & more updates
2019-05-02 01:01:00 -07:00
0f720671d5
fix: update client packages
2019-05-02 01:01:00 -07:00
384de0a1e9
chore: make local installations even faster
2019-05-02 01:01:00 -07:00
88e7c2d704
fix: added better hint and solution ( #35746 )
2019-05-01 18:09:45 -04:00
a43d6c6daf
Fixed syntax error. ( #27164 )
...
* Fixed syntax error.
Fixed a syntax error in line 55.
Also corrected the indentation.
* Update index.md
2019-05-01 18:03:18 -04:00
44661a3e06
Fixed block code and syntax highlighting ( #29977 )
...
This commit fixes the example code to demonstrate the working of arithmetic operators so that the entire code, from initial comment to ending curly brace for main(), is in a Markdown code block and is syntax highlighted. Spacing around the include and int initialization was improved as well.
2019-05-01 08:06:29 -07:00
f51f262104
fix(curriculum): Increased starting font size to fix a bug on Chrome browser for Sass Apply a Style Until a Condition is Met with @while challenge ( #35935 )
...
* fix: increased starting font size for Chrome
* fix: slight verbiage change
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix/remove-extra-space
2019-05-01 09:08:38 -05:00
36a4df9afa
Updated solution-Include intro ( #34199 ) ( #34486 )
...
Added intro paragraph and further hints.
2019-05-01 12:48:31 +02:00
409aa30b0a
fix(curriculum): add new test to use calculated space for Use grid-column to Control Spacing challenge ( #35893 )
...
* fix: use calculated space for test
* fix: reworded comment
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: changed After Test to Before Test
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
2019-05-01 14:08:35 +05:30
61dfcfd4a3
New header added ( #26525 )
...
* New header added
Went into an abstract level of what determines a brand based on all the self-development books I have been devouring.
* Minor grammar fixes
2019-05-01 13:44:26 +05:30
365ce2ddc7
fix(curriculum): Added test and corrected solution for Restrict Possible Usernames challenge ( #35847 )
...
* fix: added test and corrected solution
* fix: removed redundant regex
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
2019-04-30 20:40:38 -05:00
3bff4151cf
fix: rewrote challenge instructions and tests ( #35899 )
2019-04-30 20:19:06 -05:00
7d7a1127a7
fix: remove comments before tests ( #35906 )
2019-04-30 19:26:07 -05:00
66398a9300
fix(curriculum): Improved the tests for Find the length of a String challenge ( #35940 )
...
* fix: split tests into two requests
* fix: removed typeof number check
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: remove unneeded After Test section
2019-04-30 19:12:22 -05:00
e3529a8449
fix: Add solutions for Sass challenges ( #35777 )
2019-04-30 18:55:22 -05:00
6630b2be7a
bug fix / test of Spread Operator javascript challenge / english ( #35856 )
...
* bug fix test with the Spread Operator
* test of Spread Operator javascript challenge / english / change test and add a helper function
2019-04-30 18:37:26 -05:00
0ba2b1b09c
Solution and hint added to challenge ( #35762 )
2019-04-30 09:14:23 -07:00
fbe8dcdf6b
fix(guide): binary search tree min/max height ( #35938 )
...
We added the correct solution to the guide article related to this code challenge, and deleted the other information which is not related to the code challenge at all.
2019-04-30 13:16:17 +05:30
59cbe5ae7a
update index.md ( #33486 )
...
Provide more information on what nginx is and some basic tutorial links.
2019-04-29 15:39:34 -07:00
04f493f30b
Clarify curriculum translations ( #35921 )
...
* Clarify curriculum translations
* docs: update header for linking to section
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com >
* fix: corrected link syntax
2019-04-29 07:40:50 -07:00
a2a278e937
fix: Moved instruction to proper place and removed assert text in Font Awesome challenges ( #35928 )
...
* fix: Moved instruction to proper place and removed assert text
* Add suggestion about making note strong
Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com >
2019-04-29 15:51:03 +02:00
ff15832ccd
fix: Update challenge docs with new note guidelines ( #35929 )
2019-04-29 06:32:56 -07:00
1015f1ec6e
fix(curriculum): Add solution to jQuery challenges ( #35776 )
2019-04-28 12:28:47 -07:00
5b32e98c4a
fix(curriculum): Add solutions to Applied Visual Design challenges ( #35815 )
...
* fix: add solutions to Applied Visual Design challenges
* fix: remove extra opening style tag
2019-04-28 13:13:38 -05:00
c8d39b6658
Add 'sudo' and Step 3 - 4 ( #33067 )
...
Add sudo at the first of each syntax line and added Step 3 (firewall adjustment) and Step 4 (check nginx service)
2019-04-28 10:01:51 -07:00
bee5145d8f
Correctly translated into Russian ( #29983 )
2019-04-28 15:37:59 +04:00
bc986a4728
Moved font-awesome challenges to Font Awesome v5.8.1 ( #35813 )
...
* update font awesome challenge to font awesome 5
* v5 syntax changed
2019-04-28 15:00:27 +05:30
102c2b829a
fix: added 15 missing solutions ( #35745 )
2019-04-28 14:31:14 +05:30