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