Commit Graph

23956 Commits

Author SHA1 Message Date
Weerayut Teja
d6b8c5fcee Remove meaningless 4 in use a retina image guide (#30789) 2019-01-15 17:28:06 -06:00
jenshaw86
b499ea880a Corrected spelling in 'following' (#32360) 2019-01-15 17:27:11 -06:00
Quentin REY
fa4ddea155 Correction Spolier -> Spoiler (#34474) 2019-01-15 17:25:02 -06:00
Kelly Downes
722d136858 Fix typo: add 'y' to truthy (#27517) 2019-01-15 17:23:05 -06:00
Kelly Downes
9e5e3dcf9b Fix order of hint paragraph 3 (#27514) 2019-01-15 17:22:35 -06:00
AdityaVT
6e9a09b013 Updated missing link for JS regex resources (#34306)
JS regex resources link above advanced solution wasn't referencing any webpage. Updated it to link to MDN's regular expressions guide.
2019-01-15 17:18:17 -06:00
alittlepickle
2262ab56b4 Updated stub article (#29494) 2019-01-15 17:16:40 -06:00
Kelly Downes
120f418c41 Fix typos: remove 's' from callback (#27512) 2019-01-15 17:13:12 -06:00
Resurreccion
2d85ecb317 Update index.md (#33630) 2019-01-15 16:54:07 -06:00
Rachel Irene Lunan
6dd7ce40d7 fixed spelling error (#29863) 2019-01-15 16:53:11 -06:00
Resurreccion
f1ef10aeb0 replace stub with guide (#33670) 2019-01-15 16:52:33 -06:00
Resurreccion
ff9ee6814b corrected conditionals (#29295)
previous version passed the tests, but were only relevant to the numbers  tested, not what the question was asking for.
2019-01-15 16:51:07 -06:00
Shahbaz Ahmad Siddiqui
3fa796094b Definition added (#26304)
* Definition added

* Removed stub
2019-01-15 17:28:29 -05:00
Corey Abma
8e28271ebd Give examples of 400-level status codes (#27305) 2019-01-15 15:27:38 -07:00
rebelcl0ud
52637ceebb fix: update chunky monkey code solution links (#34258)
advanced code solution 3 links:
1. solution code shows 'slice' being used, but relevant link directed to 'splice'-- link now sends to 'slice'
2. 'run code' link showed adv code solution 2-- link now sends to code used in adv code solution 3
2019-01-15 16:24:17 -06:00
Máté Szőnyi
5e8738ff10 Added an another argument to the list (#29869)
cd $HOME also moves to the home directory
2019-01-15 15:21:31 -07:00
The Coding Aviator
624ce364df Update index.md (#34770) 2019-01-15 16:21:00 -06:00
Kien Nguyen
06dc16ca79 Fix typo statment -> statement for redux tutorial (#27048) 2019-01-15 16:18:26 -06:00
James Hunter
93e3f5abf2 added hints, updated formatting (#33488) 2019-01-15 16:15:27 -06:00
James Hunter
7d6b5a8c4c fixed typos (#33529) 2019-01-15 16:13:49 -06:00
Hamza Muric
2e9f341251 Add lambda as function parameter (#26371)
Added lambda passing as an argument to function,
2019-01-15 17:08:27 -05:00
Laura Shapiro
d3233ec1c4 add more information about the components of the cli (#33869) 2019-01-15 17:06:26 -05:00
BiscuiTech
931e6af41d Added REST Route 304 (#24877)
Added REST API Status Code 304 into the Guide with explanation.
2019-01-15 15:05:41 -07:00
Matheus Genteluci
df3c470b46 Use the caret character to use the latest minor.. (#34620)
Hints and Solution added to index.md to guides' section
2019-01-15 16:00:40 -06:00
Jose Toledo
57319189dd Added a dependency removal code example (#25520) 2019-01-15 15:59:48 -06:00
Jose Toledo
1b0518202a Added a dependency convention code example (#25515) 2019-01-15 15:59:18 -06:00
CL Mason
3da1bd9f60 Fixed spelling and verbage, line 16 (#29054) 2019-01-15 14:58:26 -07:00
Jose Toledo
9d0d023c4b Added an author code example for package.json (#25501) 2019-01-15 15:58:14 -06:00
Alvin Christian Quijano
069953e0bd Added information (#26367)
Added information to foreach loop. Indicated foreach loop is read only.
2019-01-15 16:57:39 -05:00
Jose Toledo
4da918d258 Added a version code example for package.json (#25499) 2019-01-15 15:56:30 -06:00
Matheus Genteluci
fdfdbdaf88 Add keywords to your package.json (#34619)
3 Hints added to index.md
Solution added to index.md
2019-01-15 15:55:39 -06:00
socutebunny
8da12ac3ab Add usage and example (#26972) 2019-01-15 14:55:31 -07:00
Jose Toledo
52d0ff5319 Added a version code example for package.json (#25490) 2019-01-15 15:53:01 -06:00
Jose Toledo
93e65641bc Added a license code example for Package.json (#25488) 2019-01-15 15:51:52 -06:00
Max Ong Zong Bao
b719cb01cf docs: Updating the API best practices (#24112)
Added the API URL design to include versioning and limiting the use of PUT requests to only updating of existing records instead of allowing the creation of new records using PUT request.
2019-01-15 14:49:28 -07:00
Joshua Henderson
7375637d58 fix: corrected spelling errors in APIs and microservices guide (#34539) 2019-01-15 15:49:16 -06:00
Yoelvis Jiménez
834b2dc9e8 Minor typo: resonce replaced by reponse (#34677)
Change in line #19 replacing `resonse` by `response`
2019-01-15 15:47:35 -06:00
Zach Lumpkins
dac5ea57f4 docs(guide): canvas paths guide edits for clarity (#30729)
* "create use paths" --> "create and use paths"
* Use ES6 syntax in code example (`var` --> `const`/`let`)
2019-01-15 15:45:23 -06:00
amyg123
ac117e0e80 update index.md with product owner vs manager (#26229)
Added a brief description of the difference between a product owner vs product manager
2019-01-15 16:44:35 -05:00
Morgan McLain-Smith
c036904e86 simplified ternary operator article (#33077) 2019-01-15 15:43:30 -06:00
amyg123
5360e6ab47 Update index.md (#26173)
added collaboration software examples
2019-01-15 16:26:49 -05:00
Daniel
f31d345e20 Fixed misspelling and capitalization in C Guide (#29966)
This commit fixes a misspelling in the reference to 'Some shiny things' and capitalizes the 'W in 'We can also write the program in the manner below:'
2019-01-15 15:16:52 -06:00
Kaunaj Banerjee
3189751ae7 Add content in Mutable section of Lists (#25476)
* Add content in Mutable section of Lists

* Fixed code typo and formatting
2019-01-15 16:08:26 -05:00
Briana Cowles
316733ce2a small grammar changes (#27561)
for clarification
2019-01-15 15:08:04 -06:00
Ajith Menon
b8880d685c corrected spelling (#30261) 2019-01-15 15:05:26 -06:00
Tzupy
db82a53408 Fixed a compilation error and some spelling mistakes (#30984) 2019-01-15 15:03:52 -06:00
Alexander Molnar
afa94e6dbc Added content to stub (#25717)
* Added content to stub

Explained what PEMDAS represents, gave examples using it, and discussed a few special cases

* Re-added 'more information' section
2019-01-15 16:00:10 -05:00
Arunangshu Biswas
ebf657912e Emphasized the element comparison in the example (#25506)
In the example I've emphasized the element pair which are being compared. This will provide an intuitive visual cue just by looking at the example. It kind of shows the bubble effect.
2019-01-15 15:59:28 -05:00
Ashwani Kumar
8e8d54f6be Added the text (#25266)
Added the text in
-line 11
-line 38 to 62
for simplification in understanding the 'WHERE' clause
2019-01-15 15:50:35 -05:00
kichukiran97
844554aab9 typo (#29647) 2019-01-15 14:42:22 -06:00