f1ef10aeb0
replace stub with guide ( #33670 )
2019-01-15 16:52:33 -06:00
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
3fa796094b
Definition added ( #26304 )
...
* Definition added
* Removed stub
2019-01-15 17:28:29 -05:00
8e28271ebd
Give examples of 400-level status codes ( #27305 )
2019-01-15 15:27:38 -07:00
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
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
624ce364df
Update index.md ( #34770 )
2019-01-15 16:21:00 -06:00
06dc16ca79
Fix typo statment -> statement for redux tutorial ( #27048 )
2019-01-15 16:18:26 -06:00
93e3f5abf2
added hints, updated formatting ( #33488 )
2019-01-15 16:15:27 -06:00
7d6b5a8c4c
fixed typos ( #33529 )
2019-01-15 16:13:49 -06:00
2e9f341251
Add lambda as function parameter ( #26371 )
...
Added lambda passing as an argument to function,
2019-01-15 17:08:27 -05:00
d3233ec1c4
add more information about the components of the cli ( #33869 )
2019-01-15 17:06:26 -05:00
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
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
57319189dd
Added a dependency removal code example ( #25520 )
2019-01-15 15:59:48 -06:00
1b0518202a
Added a dependency convention code example ( #25515 )
2019-01-15 15:59:18 -06:00
3da1bd9f60
Fixed spelling and verbage, line 16 ( #29054 )
2019-01-15 14:58:26 -07:00
9d0d023c4b
Added an author code example for package.json ( #25501 )
2019-01-15 15:58:14 -06:00
069953e0bd
Added information ( #26367 )
...
Added information to foreach loop. Indicated foreach loop is read only.
2019-01-15 16:57:39 -05:00
4da918d258
Added a version code example for package.json ( #25499 )
2019-01-15 15:56:30 -06:00
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
8da12ac3ab
Add usage and example ( #26972 )
2019-01-15 14:55:31 -07:00
52d0ff5319
Added a version code example for package.json ( #25490 )
2019-01-15 15:53:01 -06:00
93e65641bc
Added a license code example for Package.json ( #25488 )
2019-01-15 15:51:52 -06:00
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
7375637d58
fix: corrected spelling errors in APIs and microservices guide ( #34539 )
2019-01-15 15:49:16 -06:00
834b2dc9e8
Minor typo: resonce
replaced by reponse
( #34677 )
...
Change in line #19 replacing `resonse` by `response`
2019-01-15 15:47:35 -06:00
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
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
c036904e86
simplified ternary operator article ( #33077 )
2019-01-15 15:43:30 -06:00
5360e6ab47
Update index.md ( #26173 )
...
added collaboration software examples
2019-01-15 16:26:49 -05:00
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
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
316733ce2a
small grammar changes ( #27561 )
...
for clarification
2019-01-15 15:08:04 -06:00
b8880d685c
corrected spelling ( #30261 )
2019-01-15 15:05:26 -06:00
db82a53408
Fixed a compilation error and some spelling mistakes ( #30984 )
2019-01-15 15:03:52 -06:00
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
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
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
844554aab9
typo ( #29647 )
2019-01-15 14:42:22 -06:00
4e342714db
Added points to note while using git rebase ( #25244 )
...
Git rebase is very powerful but is dangerous as well. Updated the guide to mention when to use rebase, and when not to use rebase.
2019-01-15 15:42:08 -05:00
5831dc657a
fixed spelling errors, added more information ( #28297 )
...
- logic changes
- explanations on different statements
2019-01-15 14:34:17 -06:00
b35f9a02ac
edited "variable a = 10 not 100" ( #27193 )
2019-01-15 14:33:24 -06:00
4b31b43cbe
Removed The extra "for" text ( #29257 )
...
Line 12
2019-01-15 14:26:09 -06:00
ef8d5842ec
Add the "v4 Panel component Migration changes" ( #24538 )
...
* Add the "v4 Panel component Migration changes"
* markdownize code samples
remove repeated code
make it prettier
2019-01-15 14:22:10 -06:00
74de20f3cf
Fixing spelling errors ( #27199 )
2019-01-15 14:21:02 -06:00
d0a534537c
Update index.md ( #34846 )
2019-01-15 14:19:09 -06:00
2f1cb755c0
Updated some words for better consistency and flow ( #27974 )
2019-01-15 14:05:26 -06:00
8d0441fe1b
just added 's' to 'Resources'. ( #27934 )
2019-01-15 14:04:37 -06:00
50fc5f6559
deleted "can help you" and changed to "helps you" ( #27143 )
...
It felt better when reading it. It flowed better.
2019-01-15 14:03:55 -06:00