63424ff8f6
Update index.md with additional question ( #26188 )
...
Added another question under about you section about teamwork
2018-12-21 06:30:48 -05:00
64511fb8d1
grammar fixes, lines 14+20 ( #26165 )
2018-12-21 05:31:55 -05:00
efe5fbd705
Update index.md ( #26134 )
2018-12-21 05:25:28 -05:00
7db5e8cb36
Update on Web safe font ( #26136 )
2018-12-21 05:23:38 -05:00
0fd5cb318a
Article for unsupervised learning ( #26057 )
2018-12-21 05:20:14 -05:00
b7b1cdad60
add my text about web components to the article ( #26130 )
...
* add my text about web components to the article
* Removed stub & html tags moved more info to bottom
* Reformatted links
2018-12-21 05:16:59 -05:00
ee930678cd
Edited some typos ( #26118 )
2018-12-21 05:10:20 -05:00
e1e1f1cabb
Add the text "x = true; console.log(type of x) // boolean ``` From t… ( #26111 )
...
* Add the text "x = true; console.log(type of x) // boolean ``` From the last example above, The `typeof` operator returns a boolean that represents the current type of a variable; x which is of value `true`."
* Revert extra sentence
2018-12-21 05:09:38 -05:00
4606509d9c
fix: update JavaScript string.prototype.trimleft article from stub ( #25981 )
...
* fix: update JavaScript string.prototype.trimleft article from stub
* Removed extra characer
2018-12-21 04:56:03 -05:00
ee330a7ca7
Add video to explain bootstrap ( #26085 )
...
Video added to explain what bootstrap is and how to get started.
2018-12-21 04:55:25 -05:00
74b554efa4
Added 2 blogs ( #25934 )
...
Added Angular.io Blog and Angular University.
2018-12-21 03:56:15 -05:00
14b29da497
Add the text "In addition to the break statement which opts out of th… ( #26063 )
...
* Add the text "In addition to the break statement which opts out of the iteration when the condition is false is the continue statement. The `continue` statement skips the condition when the code is true, continues up until the condition is false. Using the above example again, let's see the functionality of the `continue` statement ```javascript for (var elephant = 1; elephant < 10; elephant+=2) { if (elephant === 7) { continue; } console.info('elephant is ' + elephant); } output: elephant is 1 elephant is 3 elephant is 5 elephant is 9 ```" to article
* Improved sentence structure
2018-12-21 03:31:23 -05:00
697c040a66
Added comment usage suggestion ( #25941 )
2018-12-21 00:58:03 -05:00
e2daa47404
Updated Class name as per convention ( #25937 )
2018-12-21 00:55:56 -05:00
dc3af2ff54
Fixing spelling mistakes ( #25921 )
2018-12-21 00:54:32 -05:00
26a9bd635e
Spelling error. Changed "fo" to "for" ( #25946 )
...
* Spelling error. Changed "fo" to "for"
* Changed for to of
2018-12-21 00:53:08 -05:00
c2e58d94ff
corrected spelling error ( #25766 )
2018-12-21 00:51:09 -05:00
1fd2c728cf
Simplified sentence on line 6. ( #33394 )
...
I broke the complex sentence into two simpler sentences on line 6.
2018-12-20 20:48:32 -08:00
6ae1f29ba6
Update index,md ( #32277 )
...
Unity has live training for AR and VR. It is currently the most widely used VR platform due to developer access.
2018-12-20 20:48:16 -08:00
af24f3322a
Added some content related to marketing ( #31746 )
2018-12-20 20:36:32 -08:00
c03f74c0e8
Grammatical fixes ( #30619 )
...
I have fixes some of the grammar mistakes and corrected one spelling mistake.
2018-12-20 20:26:37 -08:00
4029c5d592
Fixed misspelling and added info on VR ( #28616 )
2018-12-20 20:16:30 -08:00
9da2f5ac1c
Details about other sections ( #27385 )
...
* Details about other sections
Added details about other sections under the "Interface" heading. Made improvements to the details of the existing sections, added info about customizability of the Unity editor, added Hitman Sniper to list of games and other minor improvements.
* fix: added front matter block back
2018-12-20 20:07:56 -08:00
257c8dc9c0
Add more noteworthy games created with Unity ( #25836 )
...
Added some more modern games, as well as games in more varied genres and platforms to better illustrate how Unity is used by game developers.
2018-12-20 19:53:52 -08:00
19f2317e46
Add Oculus Go/Quest to supported platforms ( #25833 )
2018-12-20 19:18:03 -08:00
c698ff4e3b
semicolon on line 53 ( #27709 )
2018-12-20 19:14:25 -08:00
8df55d5296
Wrote about operators and fixed a faulty example ( #23950 )
2018-12-20 19:04:58 -08:00
3df426f222
Rewording the first intro sentence ( #25930 )
2018-12-20 21:43:53 -05:00
08ed6979dc
Added IDEs for Java Coding. ( #25898 )
...
I added jGRASP, jSource and DrJava in the given list of free IDEs for Java coding.
2018-12-20 21:43:12 -05:00
212430f9de
Added two more links to the resources section ( #25768 )
2018-12-20 21:39:06 -05:00
f08b376795
Added initial content to stub ( #25756 )
2018-12-20 21:33:56 -05:00
0cb9cdbb55
Add terminology ( #25764 )
...
Just adding some typical naming convention to the topic.
2018-12-20 21:30:33 -05:00
478e4b4e39
corrected spelling, grammar line 6 ( #25749 )
2018-12-20 21:24:38 -05:00
2129b299d9
Corrected inconsistencies in headings ( #25746 )
2018-12-20 21:24:15 -05:00
2527f61c48
added section on famous websites written in ruby on rails. ( #25723 )
2018-12-20 21:11:51 -05:00
38d1618016
Combined two sentences ( #25706 )
2018-12-20 21:09:11 -05:00
ef28ed677d
added to and updated verbiage to account for Ruby lang ( #25619 )
...
* added to and updated verbiage to account for Ruby lang
* Added missing word
2018-12-20 21:04:48 -05:00
c7b0f590c9
Added new note regarding rm ( #25711 )
...
Added a note regarding the "rm: remove regular file 'hello'?" prompt that occurs when using the rm command and explained that rm is a permanent action and should be used with caution.
2018-12-20 20:59:33 -05:00
2d14103da8
Add 2 podcast suggestions ( #25599 )
...
Just two podcasts I've found helpful as a beginning developer.
2018-12-20 20:43:36 -05:00
067d832ea6
Update index.md ( #25592 )
...
* Update index.md
* Update index.md
2018-12-20 20:43:07 -05:00
643fa813c3
Fixed capitalization and added description ( #25585 )
...
Fixed "WebStorm" capitalization and added a description for the Brackets text editor.
2018-12-20 20:42:23 -05:00
9ebc54e9d5
add: stub for regexp challenge - check for all or none ( #31670 )
2018-12-20 17:25:09 -08:00
844f4ec699
Minor grammar and spelling changes ( #33980 )
2018-12-20 17:23:30 -08:00
7cc007e306
add: content for challenge: match whitespace ( #31691 )
2018-12-20 17:14:29 -08:00
ba50f794bb
Initial commit >= stub. Includes a hint. ( #34036 )
2018-12-20 17:12:29 -08:00
f00c2e6730
Added two more additional learning resources ( #25538 )
...
I've added two more useful and informative websites as additional learning resources.
2018-12-20 20:00:12 -05:00
d16598aae1
Fixed typographical errors in lines 7 and 8 ( #25503 )
2018-12-20 19:57:32 -05:00
6cd3ba0713
Update index.md ( #32265 )
...
* Update index.md
Added hint for the exercise.
* Update index.md
Edited hints for exercise
2018-12-20 16:55:58 -08:00
13f019eaa4
Grammatical fix on line 1 ( #26601 )
...
Fixed sentence #2 under ##Output by adding "for"
2018-12-20 16:54:45 -08:00
64cedbc1ea
Corrected grammar line 11 & line 7 ( #32551 )
2018-12-20 16:52:37 -08:00