Randell Dawson
331cbb88f8
fix(guide): Remove repl.it links from challenge related guide articles (English) ( #36204 )
...
* fix: remove repl.it links english
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
2019-07-01 08:49:24 -05:00
Rajat Verma
53fd5d8c14
solution logic fixed for negative numbers ( #36093 )
2019-05-20 08:31:10 -07:00
Oliver Eyton-Williams
73277d8ba8
fix: Restore missing emojis and fix broken links ( #35703 )
...
* fix: Restore missing emojis and fix broken links
* fix: Remove emojis to conform with style guide
* fix: Remove the last emoticons
2019-03-29 12:52:56 -07:00
Amy Lam
914a7c522d
Copy edits ( #35536 )
...
* Copy edits to Basic JavaScript section
* Copy edits to ES6 section
* Update index.md
2019-03-29 22:06:58 +05:30
Lipis
e84ae45008
Javascript -> JavaScript (English) ( #35183 )
...
* Javascript -> JavaScript (English)
* Update technical documentation page for required change
* Update use-class-syntax-to-define-a-constructor-function.english.md
* Update left-factorials.md
2019-03-28 14:05:41 +05:30
Randell Dawson
6f5610c4f3
fix: removed thanks and username references in english guide ( #34946 )
2019-03-27 22:25:49 +05:30
JeanMendes
bdc7c22ee6
Update "Escape Sequences in Strings" stub ( #34006 )
...
* Update "Escape Sequences in Strings" stub
* fix: replaced backspace with word boundary
2019-03-08 14:47:58 -08:00
Adrian Skar
f0270b8439
[Guide] Basic JS: Inequality operator. Enhancements ( #28501 )
...
* Basic JS: Inequality operator. Enhancements
From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8651 )
·Added exercise explanation, run code link, code explanation and resources.
* fixed: fixed typo
2019-03-08 14:42:20 -08:00
Adrian Skar
64d7eba61b
[Guide] Basic JS: Greater than operator. Enhancements ( #28510 )
...
* [Guide] Basic JS: Greater than operator. Enhancements
From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8663 ).
· Added problem explanation, run code example, code explanation and resources.
* fix: removed repl.it link
2019-03-08 14:42:05 -08:00
F94Olivera
e0ce2301e6
Added Hint 2 & remove repl links ( #34745 )
2019-03-08 14:36:08 -08:00
The Coding Aviator
6f9cad3315
fix(guide): Change true and false to equal and not equal in ternary operator challenge ( #35494 )
2019-03-03 09:13:12 -08:00
rupali317
cb3db952ee
fix: update guide article for javascript conditional ternary operator ( #35388 )
2019-03-02 11:09:15 +05:30
The Coding Aviator
b10256e853
Added formatting and explanation to Use the Conditional (Ternary) Operator ( #34310 )
2019-03-01 15:40:29 -08:00
Resurreccion
2d85ecb317
Update index.md ( #33630 )
2019-01-15 16:54:07 -06:00
Resurreccion
f1ef10aeb0
replace stub with guide ( #33670 )
2019-01-15 16:52:33 -06:00
Resurreccion
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
Gregory Gubarev
a3c185af2c
[Guide] Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators ( #25851 )
...
Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators
2018-12-06 13:35:22 -06:00
Adrian Skar
82459dad13
[Guide] Basic JS: Ternary operator. Fixes and enhancements ( #22633 )
...
1. Fix code solution (it used the assignment operator to compare _a_ and _b_ instead of the comparison one; which wouldn't pass the test at the exercise page).
2. Add problem explanation, hint, code explanation, run example and resources
2018-11-22 00:36:11 +07:00
S.Hale
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
Sara T
9900699d0b
Fix equality expression in ternary operator ( #34225 )
...
The equality comparison expression (==) should be used instead of assignment (=)
2018-11-06 21:44:51 -05:00
Vel Kumric
bc879e14d2
Feat/add guide article for javascript ( #34007 )
2018-11-04 11:35:54 +05:30
Adrian Skar
816036dba6
[Guide] Basic JS: parseInt using radix. Replace stub with guide ( #22456 )
...
Guide for [Basic JavaScript: Use the parseInt Function with a Radix](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/use-the-parseint-function-with-a-radix )
2018-10-24 14:10:49 +05:30
Bouncey
6d511c558a
fix(guide): Fix all frontmatter
2018-10-19 16:28:34 +01:00
Adrian Skar
a01cc367e0
[Guide] Basic JS: Random numbers within range. Enhancements ( #19539 )
...
* [Guide] Basic JS: Random numbers within range. Enhancements
Added code solution, explanation, resources and other minor fixes.
* Additional fix; list.
* update: created ordered list of calculation
2018-10-17 09:31:27 -07:00
Mrugesh Mohapatra
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30