dc8049df43
Minor typo fix ( #23059 )
2018-11-12 07:55:32 +05:30
9078a50a70
fix: adding formatting and more info on truthy ( #21158 )
...
Adding markdown formatting for sections and more information on truthy. Also attempting to mirror how the falsy article is organized.
Moving the conditional example from the bottom to the top of the file.
2018-11-11 19:11:27 -05:00
79e96d0c7b
fixed examples ( #21527 )
...
made changes to examples to be more javascript standard
2018-11-10 21:57:52 +00:00
849277da75
add javaScript resource ( #21277 )
...
added 'learn X in Y minutes (X = JavaScript)' link.
2018-11-10 08:55:25 -07:00
4959c4c111
Fat Arrows do not work well with arguments example ( #20595 )
...
* Fat Arrows do not work well with arguments example
* added clarity
2018-11-08 18:32:09 -07:00
f2a16f5240
Added Timestamp Fact ( #21248 )
...
Added timestamp fact about what it is and when it will end.
2018-11-08 11:21:27 +00:00
47cb043dd2
Clarified the definition for the false
return ( #22134 )
...
Updated to clarify 'false' is returned if "none" of the elements met the condition, instead of "any".
Also edited the last sentence a little.
2018-11-07 17:34:41 -05:00
c7ccd4c64b
Adding another way to check falsey boolean values ( #21129 )
...
Checking using !! to get the boolean value may be easier than setting up a conditional.
Also linking to the truthy freeCodeCamp guide.
2018-11-07 18:38:56 +00:00
3920b7c4ce
Corrected capitalization, corrected to American spellings and typos ( #30685 )
...
* Translate challenge subtitles and example challenge text to Spanish
* Corrected errors in syntax and punctuation
* Multiple corrections of it/s to its plus other grammar corrections
* Correction and added paragraph to CSS Flex article
* Corrected my own typo
* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
a5175d125a
add further reading section to bottom ( #22043 )
...
* add further reading section to bottom
* Reformatted to use "More Information"
2018-11-07 01:01:17 -05:00
3f6efeef00
Clarified behavior of reduce() and the initialValue argument. ( #21000 )
2018-11-06 00:30:25 +00:00
7530f98750
Numbers within strings ( #20969 )
...
* Numbers within strings
Added a short entry on how numbers function inside of strings as well as how to convert a number inside of a string into a number which you can perform operations on in a normal fashion.
* Change a string in the example to a number
2018-11-06 06:03:52 +07:00
f6e71ede55
Add new formatting example ( #20937 )
...
Illustrates common multiple line formatting for chained ternary operators
2018-11-06 05:46:18 +07:00
947e827cd4
Update index.md ( #24610 )
...
* Update index.md
More Information section was empty, a link to MDN Docs was added.
* corrected added link syntax
2018-11-04 15:15:04 -08:00
db1d633fe5
Update index.md ( #24596 )
...
Fix typo in Spread Operator document, and an example of copy an array was added.
2018-11-04 15:14:41 -08:00
9e0109dbba
Minor grammatical fix ( #21399 )
2018-11-04 07:05:18 -05:00
caf1d845b8
A few grammer fixes ( #20772 )
...
Just removed a few 'ands' and a run on sentence.
2018-11-04 06:47:35 +05:30
892ec7f81b
Add "modulo" name in remainder section ( #20624 )
...
* Update index.md
I refer to it as "modulus" so I thought it would be best to add another name for it.
* markdownize links
add modulus to to sentence on 75
2018-11-03 18:19:20 +05:30
d7ab835589
Added file to guide: Javascript - standard objects - String fromCodePoint ( #31787 )
...
* Added file to guide: Javascript - standard objects - String fromCodePoint
* String-fromcodepoint Guide File: Added title and changed layout order, description first.
2018-11-03 00:12:40 +05:30
245a5bd06f
Corrected typos and added clarifying language ( #20743 )
2018-11-02 07:47:07 -07:00
fc1c2f4a12
Added comparison to regular if-else statement ( #20756 )
2018-11-02 21:20:08 +07:00
47e5abdf94
Minor typo: Changed "Javasctipt" to "Javascript " on line 35 ( #20836 )
2018-11-02 03:56:32 -04:00
3a6594f1fb
Added a few new points to the Linting guide ( #34146 )
...
Added a description of how linters can help using a helpful response from https://stackoverflow.com/questions/8503559/what-is-linting
2018-11-02 10:21:24 +05:30
1023a46311
added destructuring for rest parameters and formal parameters ( #20759 )
2018-11-01 22:31:24 -04:00
2e92a63a69
Add example to concisely return object ( #20707 )
...
* Add example to concisely return object
This trick to directly and concisely return object might be useful for beginners
* Change function name and logic
Change function name and logic to make sense
2018-11-01 05:02:04 -04:00
746925eb4b
Add JavaScript Links ( #32373 )
...
Added 3 JavaScript Links
2018-10-31 18:47:37 -05:00
d556afc039
Specify forbidden use in ECMAScript 5 ( #31483 )
2018-10-31 16:52:41 -04:00
7c20508efe
Grammatical, style, and confusing example changes ( #31490 )
2018-10-31 11:28:21 -04:00
2e0ac268d9
Revision of JavaScript classes guide ( #20357 )
...
* Revision of JavaScript classes guide
General fixes in grammar, consistency, and sentence phrasing.
* Fix indentation and highlight keyword 'class'
2018-10-31 22:20:48 +07:00
4a48031353
Add MDN docs link ( #29253 )
...
* Add MDN docs link
* Update index.md
2018-10-31 13:12:56 +05:30
0c09b7467b
grammatical corrections ( #31476 )
2018-10-31 00:05:30 +00:00
a4fe23e912
Fix typo line 49 ( #23511 )
2018-10-30 23:13:10 +05:30
b1b9014b52
Grammatical edit ( #19906 )
2018-10-29 15:20:29 -04:00
4225f20c91
Add clairfication on NaN ( #21032 )
...
(am I doing this right?)
2018-10-29 13:59:02 -04:00
8f96524c36
Added third way of commenting with JSDoc style ( #20353 )
2018-10-29 10:30:37 -05:00
b86d21a756
Added 'JavaScript & jQuery' ( #20209 )
...
This book is great for an absolute beginner by Jon Duckett
2018-10-28 09:45:34 -07:00
66b24ff131
Add the text "Here is an example:" to article ( #20071 )
2018-10-27 13:11:23 -07:00
e1d4cb1e11
Make nouns plural in keeping with 'world objects' ( #19825 )
...
* Make nouns plural in keeping with 'world objects'
Sentence subject 'real world objects' is plural, so noun derivatives should be plural as well.
* Grammar and readability edits.
2018-10-27 15:00:48 -04:00
5dd5038105
Fix inappropriate sentence punctuation ( #20286 )
...
Replaced the hyphen in the introductory sentence with a colon. The hyphen likely intended to function as an m-dash (---) break.
2018-10-28 01:42:49 +07:00
e075b7daba
Adding two commas to sentence ( #20077 )
2018-10-27 09:38:38 -07:00
5d5d865e72
removed the from DI ( #28900 )
...
removed "The" from "what is Dependency Injection".
(minor grammatical improvement to guide/english/javascript/angularjs-interview-questions/index.md)
2018-10-26 08:30:21 -06:00
e172adfb9b
fix stray paren on increment and decrement ( #21036 )
...
made the hints for increment and decrement clearer than they previously were.
2018-10-25 10:23:32 -04:00
d3f022fbf9
added reference to nested blocks ( #25659 )
2018-10-25 09:57:51 -04:00
cff8f52f06
Added function representations to the code ( #25668 )
2018-10-25 09:19:49 -04:00
7721bf68b3
Sentences made more formal ( #28109 )
2018-10-24 21:52:59 +01:00
5a575c2429
Corrected grammar and typos ( #28105 )
2018-10-24 21:52:01 +01:00
41e7242c16
Grammar fix ( #28149 )
2018-10-24 21:35:51 +01:00
80351b2c92
Major Tidy Up of Page ( #27247 )
...
* Edited all links into Markdown format so they conform to Style Guidelines.
* Organized categories into a more logical order and edited names if needed.
* Removed/updated dead links.
* Moved un-categorized links into categories and others into correct category.
* Removed links from Books category that only led to a purchase page.
2018-10-25 00:20:52 +05:30
84afac12d7
grammatical edits for readability. ( #19844 )
2018-10-23 17:30:51 -05:00
fae51bf0ab
Adding definition to JavaScript ( #25678 )
2018-10-23 14:57:20 -04:00