freeCodeCamp/guide/english/javascript
Michael Piekutowski c68f606c03 Readability Fix (#28000)
I attempted to smooth out the readability of the second sentence of the second paragraph in the "JavaScript" section of the article without changing its meaning to enhance the user experience.
2019-02-16 12:21:53 -07:00
..
additional-javascript-resources Addition of interview preparation resources (#26694) 2019-01-10 20:46:02 -05:00
advantages-and-disadvantages-of-javascript Changed wording and fixed grammatical errors in Advantages and Disadvantages of JavaScript tutorial (#26528) 2019-01-06 12:51:21 -05:00
angularjs-interview-questions Added new line between questions and answers (#22273) 2018-11-18 19:29:07 -07:00
arguments Corrected capitalization, corrected to American spellings and typos (#30685) 2018-11-07 10:34:13 -05:00
arithmetic-operation Add the JavaScript exponentiation operator (#25180) 2018-11-28 19:58:10 +05:30
arrow-functions Update index.md (#24281) 2018-12-07 03:28:58 -05:00
assignment-operators Added JavaScript syntax, corrected capitalization & sentence. (#23684) 2018-10-23 19:13:53 +05:30
async-messaging-with-rabbitmq-tortoise Replace Github with GitHub (#34971) 2019-02-12 00:46:34 -08:00
await-promises fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
booleans Fixed typo - line 7 (#30416) 2018-12-16 19:33:42 -08:00
callback-functions fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
chart-js Create chart.js (#26904) 2019-01-30 13:26:23 -08:00
classes Update index.md (#24610) 2018-11-04 15:15:04 -08:00
closures Update in index.md (#23025) 2018-11-25 18:03:40 -08:00
code-blocks fix: syntax update (#26895) 2019-02-13 04:31:16 -05:00
code-linting-in-javascript Added a few new points to the Linting guide (#34146) 2018-11-02 10:21:24 +05:30
comments Update javascript comments guide [english] (#33456) 2019-02-15 13:33:20 +03:00
comparison-operators Minor typo fix (#23059) 2018-11-12 07:55:32 +05:30
concurrency-model-and-event-loop fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
conditional-ternary-operators Added comparison to regular if-else statement (#20756) 2018-11-02 21:20:08 +07:00
converting-strings-to-numbers fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
error-handling-and-try-catch-throw fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
es6 Add mdn link for map function (#29883) 2019-02-09 15:02:26 -08:00
falsy-values Adding another way to check falsey boolean values (#21129) 2018-11-07 18:38:56 +00:00
form-validation fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
function-composition fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
function-invocation fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
functions-list Organize to make function categories titles (#26391) 2019-01-05 15:33:30 -05:00
get-timestamp Added polyfill (#25130) 2018-11-28 22:12:53 +05:30
global-object fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
global-variables Add proper indentation to example code (#23794) 2018-11-30 07:21:49 -05:00
higher-order-functions Added Reduce and structure changes (#26760) 2019-01-28 21:22:17 -05:00
html-dom fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
html-dom-getelementbyid-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
html-dom-innerhtml-property fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
html-dom-queryselector fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
if-else-statement semicolon on line 53 (#27709) 2018-12-20 19:14:25 -08:00
immediately-invoked-functions-expressions fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
immutable-types fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
location-object fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
location-reload-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
logical-operators mild proofreading edits (#29854) 2019-02-16 10:41:49 -07:00
loops Update example explanation in detail (#29643) 2019-01-30 15:13:16 -08:00
manipulate-javascript-objects fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
manipulating-cookies Corrected capitalization, corrected to American spellings and typos (#30685) 2018-11-07 10:34:13 -05:00
multiply-two-numbers-with-javascript Add the text "Here is an example:" to article (#20071) 2018-10-27 13:11:23 -07:00
naming-convention-for-javascript fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
numbers Numbers within strings (#20969) 2018-11-06 06:03:52 +07:00
object-instantiation fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
onclick-event Update wording of prevent default description (#24706) 2018-12-13 06:29:00 -05:00
onload-event fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
output Grammatical fix on line 1 (#26601) 2018-12-20 16:54:45 -08:00
popup-boxes fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
promises fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
prototypes fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
random-method Added function representations to the code (#25668) 2018-10-25 09:19:49 -04:00
regular-expressions-reference Corrected the example regular expressions. (#19615) 2018-10-23 07:10:40 -05:00
rest-parameters fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
return-statements fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
scopes Wording update (#28125) 2018-12-08 12:51:07 -07:00
semicolons Minor typo: Changed "Javasctipt" to "Javascript " on line 35 (#20836) 2018-11-02 03:56:32 -04:00
singleton-in-javascript corrected path (#23529) 2018-10-20 15:08:26 +05:30
spread-syntax fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
standard-objects fix: update JavaScript string.prototype.trimleft article from stub (#25981) 2018-12-21 04:56:03 -05:00
strict-mode fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
switch-statements fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
template-literals Fix typo and add to description. (#23313) 2018-11-17 03:14:20 -05:00
ternary-operator Added some suggestions (#25092) 2018-12-15 06:18:08 -05:00
this-reference Fixed English and simplified the writing for JavaScript "this" (#25967) 2018-10-23 20:22:46 +05:30
timing-events fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
truth-table fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
truthy-values fix: adding formatting and more info on truthy (#21158) 2018-11-11 19:11:27 -05:00
tutorials further explanation (#27620) 2019-01-17 12:02:35 -06:00
typeof Add the text "x = true; console.log(type of x) // boolean ``` From t… (#26111) 2018-12-21 05:09:38 -05:00
undefined-primitive-values fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
where-to fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-clearinterval-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-cleartimeout-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-confirm-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-localstorage fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-location fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-open-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-setinterval-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
window-settimeout-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
with Specify forbidden use in ECMAScript 5 (#31483) 2018-10-31 16:52:41 -04:00
index.md Readability Fix (#28000) 2019-02-16 12:21:53 -07:00