3c5b76a9d3
Updated this page to match its English version ( #31616 )
2018-11-28 15:07:07 -08:00
b63e154ccb
Added more information to the start small topic. ( #23353 )
...
* Added more information to the start small topic.
Starting with the sentence "You could also ask your friends/peers" and the sentences after that.
* Update index.md
2018-11-29 05:44:36 +07:00
2f23fb544d
Fixes minor typo ( #34326 )
...
"should not be be" changed to "should not be"
2018-11-29 02:28:48 +05:30
b858dc9db1
A lot more info ( #22931 )
2018-11-28 18:36:48 +00:00
6911482f5b
Added website to Tutorials section ( #22865 )
...
Added link under Tutorials section for the GeeksforGeeks.org JavaScript Tutorials page which includes lots of helpful information on JavaScript.
2018-11-28 10:34:02 -08:00
f848bae00b
Adding more description on how teams approach reviews ( #22930 )
...
Adding description on how teams approach code reviews and what an effective code review is
2018-11-28 18:20:28 +00:00
fd89b4a813
index.md ( #24998 )
...
Fixed some typos
2018-11-28 21:39:01 +04:00
1f71de1b45
Перевел часть текста ( #24323 )
2018-11-28 21:36:52 +04:00
27b3e77639
Line 56 ( #24697 )
...
Change text on line 56
2018-11-28 21:36:30 +04:00
54ac1ea02e
Fix if statement to use equal to operator instead of assignment operator. ( #24523 )
...
Fix if statement to use Double equals (==) instead of Single equal (=) which would overwrite the value of $_GET['name'] variable.
2018-11-28 21:32:38 +04:00
260576c235
Improved russian translation in guide/russian/java/comments-in-java/index.md ( #24431 )
...
* Improved russian translation
* Update index.md
2018-11-28 21:31:56 +04:00
c8b0caf837
Added blank space between the lines ( #25136 )
2018-11-28 22:13:28 +05:30
abcf76fd7d
Added polyfill ( #25130 )
...
Added polyfill for legacy browsers
2018-11-28 22:12:53 +05:30
10ba73b42d
Added section on importing fonts from Google ( #22888 )
2018-11-28 08:33:18 -07:00
5b7fb15caf
Added note about dropping of panels in v4 ( #22885 )
2018-11-28 08:28:59 -07:00
f060d5b161
Added 2 examples of unconscious bias training ( #22879 )
2018-11-28 08:23:49 -07:00
36fa426149
fix: test curriculum
2018-11-28 15:19:38 +00:00
088cbb684e
fix: watch challenges
2018-11-28 15:19:38 +00:00
4c1b8ce52c
fix: replace localeChallengesRootDir to getChallengesDirForLang
2018-11-28 15:19:38 +00:00
b7d4fd7349
Add the JavaScript exponentiation operator ( #25180 )
2018-11-28 19:58:10 +05:30
43568de1a6
Fixed a bug ( #25139 )
...
There was no event argument passed but used one which was causing error. Passed event argument from `DOM`.
2018-11-28 19:57:09 +05:30
b93950db3d
Added space between coma and next word ( #25142 )
2018-11-28 18:32:50 +05:30
baf954931e
Added Colon to Examples ( #25152 )
2018-11-28 18:26:23 +05:30
1391626232
Add my changes to recursion . ( #25155 )
...
It describes the usage and importance of a base condition.
2018-11-28 18:24:28 +05:30
f9481b97d5
Update index.md ( #24395 )
2018-11-27 18:52:21 -08:00
82c78a0aa5
Correction of a spelling mistake ( #23839 )
2018-11-27 21:40:34 -05:00
b5ddeaf9e0
Added Official Java Docs for Static Fields/Methods ( #23825 )
2018-11-27 21:17:19 -05:00
e05b874fc5
Added the official Oracle Java doc on "Finally" ( #23823 )
2018-11-27 21:16:04 -05:00
5758e8db7a
Added the official Oracle Java doc on "Equality" ( #23820 )
2018-11-27 21:11:22 -05:00
f00945fbcb
Fixed the grammar on line 41 ( #23818 )
2018-11-27 21:09:27 -05:00
0aa803ac34
Removed an extra "is a" on line 8 ( #23814 )
2018-11-27 21:01:55 -05:00
dd666ddd01
Added some details and changed scripting into programming ( #22767 )
...
I have added an extra link for people who do not understand frameworks, also I have been more consistent with describing JS as a programming language.
2018-11-28 01:00:15 +00:00
d4e8ed6462
Created bash ln page ( #22884 )
...
Added file/folder for bash ln command along with brief explanation, example, and further details.
2018-11-27 16:25:14 -08:00
d1198ddf55
Edited copy for flow ( #23639 )
...
I made some minor editions to the introductory section, and I tweaked the second list item under ### And beyond!
2018-11-27 18:48:14 -05:00
7237cb45a6
Change "储存" to "只读存储器" & "记忆" to "随机存取存储器" ( #29144 )
2018-11-27 13:18:52 -08:00
c405e55ea1
Change "为程序员阅读的书籍" to "程序员书单" ( #29148 )
2018-11-27 13:17:50 -08:00
6e58cbea78
Minor typo correction ( #29484 )
...
The spelling of response had a typo.
2018-11-27 13:16:44 -08:00
e889e4e5d1
Edit on few texts ( #29621 )
...
* Edit on few texts
The first sort() function title was initially in Chinese, translated to the actual name of the function.
The asort() function title was initially in uppercase, might confuse reader whether uppercase or lowercase to be user, converted to lowercase.
* Add New Book
Added Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5 (Learning PHP, MYSQL, Javascript, CSS & HTML5) to the list.
2018-11-27 13:12:20 -08:00
0c5b28e0e5
Added java implementation of merge sort ( #22581 )
2018-11-27 12:15:41 -08:00
63baf8ce20
Translate correction ( #24310 )
2018-11-27 23:39:49 +04:00
82d79fb02b
Corrected translation and code indentations ( #24302 )
...
* Corrected translation and code indentations
* Corrected the markdown in lines 63-96
2018-11-27 23:38:23 +04:00
84083d8993
Add useful colors tools ( #22868 )
2018-11-27 11:53:33 -07:00
973b5d9fd7
Network Testing ( #22867 )
...
Added another heading. Network Testing.
2018-11-27 11:50:19 -07:00
1d9591f5ed
Created grep page ( #22842 )
...
* Created grep page
Created a new file/folder for the bash grep command adding brief explanation, examples, and further information.
* fix: spelling
2018-11-27 11:33:07 -07:00
289d5875fa
chore(security 🔥 ): Update npm-run-all ( #34469 )
...
Tested locally.
2018-11-27 12:24:00 -05:00
6eb5e7eec0
added NPM install option ( #22833 )
...
* added NPM install option
* fix: grammar and formatting
2018-11-27 08:36:08 -07:00
57d31d2c48
Update index.md ( #22824 )
...
Edited for clarity, added clarification on the assignment operators and gave examples of types of objects.
2018-11-27 08:35:34 -07:00
cbb7ffb29e
added a visualization reference for CSS learners ( #22830 )
2018-11-27 08:35:04 -07:00
b20348d4bf
Added link to learn more ( #25597 )
...
[Smartbear - What is Code Review?](https://smartbear.com/learn/code-review/what-is-code-review/ )
2018-11-27 21:04:25 +05:30
e139f0616a
Make unitalicized titles show as italicized ( #25595 )
2018-11-27 21:03:37 +05:30