Commit Graph

3724 Commits (9bd2052b36d44eed5b05cc42c3cc416038c947df)

Author SHA1 Message Date
satyamchaudharydev a5a75ca9f9 feat(challenges): Added pong game as a take home project (#16400) 2018-01-03 17:15:55 -06:00
Timo 73c0491758 fix(seed): Fix quotient should only be assigned once test
The tail is no longer included in the code variable. I updated this test
to account for that

Closes #16329
2018-01-02 23:56:13 +05:30
Kristofer Koishigawa 40d34c39dc style(challenges): Style changes and added solutions (#16372)
Renamed some of the functions in the challengeSeeds/tests, and added a
couple of solutions.

BREAKING CHANGE: None
2018-01-01 17:33:18 -06:00
Berkeley Martinez ae34683996
Merge pull request #16375 from saurishkar/fix/system-design-arraymap-ques2
fix(seed): fixed correct answer typo in explanation of question 2
2018-01-01 12:55:49 -08:00
vinsol fc1162f731 fix(seed): fixed correct answer typo in explanation of question 2 2017-12-30 16:51:16 +05:30
Nick Karnik 95d8473fef fix(challenges): Fixed import export related challenges
Closes #16235
2017-12-29 18:38:22 -08:00
darthm3gatron 1507a5a545 fix(seed): Best practice for radio button (#16349) 2017-12-30 00:27:38 +05:30
Niko c6b030a417 fix: Make semicolon optional (#16364) 2017-12-29 14:56:52 +00:00
Tuomas Poikela b1c09cd2c2 feat(challenges): Added challenge stubs including pre-formatted solu (#16339) 2017-12-28 00:47:16 -06:00
Alvin Kristanto f792a4380a feat(seed): Added more assertions for Project Euler Problem (#15953) 2017-12-26 15:10:39 +05:30
Alvin Kristanto 7108b91de5 feat(seed): Added more assertions for Project Euler Problem (#15952) 2017-12-26 15:10:11 +05:30
Alvin Kristanto f6dedc7023 feat(seed): Added more assertions for Project Euler Problem (#15950) 2017-12-26 15:09:32 +05:30
Ethan Arrowood 1dae80ad1b Refactor ES6 Challenges (#16262)
* fix(challenges): Add function scope of use strict

Refactored first 13 challenges with function scope `"use strict";`
syntax

Closes #16254

fix(challenges): Refactor ES6 challenges

Refactored ES6 challenges up to 22 to use function scope `"use strict";`

test(challenges): QA ES6 Challenges

Refactored es6 challenges getting tested and QA'd

fix(challenges): QA remaining ES6 challenges

* refactor(challenges): Quick edit for ES6 challenges

More changes to come. This commit solves issues addressed by Quincy

* refactor(challenges): ES6 Textual refactor

Textual refactor. Improved challenge test messages to be more
explanatory
2017-12-22 22:17:05 -06:00
Kristofer Koishigawa 2109845ac1 fix(seed/challenges): Change cash register algorithm (#16244)
Edited the description and tests so that freeCodeCamp users learn to
write functions that return a similar data structure type each time.

BREAKING CHANGE: None.

Closes #16083
2017-12-22 22:15:16 -06:00
Ethan Arrowood 0cdf478f0e test(challenges): Test ES6 challenge (#16201)
* test(challenges): Test ES6 challenge

Added tests to 3rd ES6 challenge

* test(challenges): ES6 challenges

* test(challenges): ES6 chall c11-c15

* test(challenges): ES6 chall c16-c20

* test(challenges): ES6 chall c21-c27

* test(challenges): Refactor ES6 challenges

Update tests to use getUserInput. Remove test for arrow function use

Closes #16207

* test(challenges): Fix falsey case

Add proper getUserInput syntax for !code.match tests

Closes #16207

* test(challenges): QA ES6 Challenges

QA and edit for ES6 challenges 1 - 18

Closes #16207
2017-12-21 14:38:28 -06:00
Berkeley Martinez 2108d45ccc
Merge pull request #16217 from no-stack-dub-sack/fix/react-redux-finishing-touches
fix(challenges): put finishing touches on react & redux challenges
2017-12-21 09:22:23 -08:00
Angel Eduardo 5a18d1cf80 add tip for alt attribute for the add-images-to-your-website challenge (#16197) 2017-12-21 22:05:02 +05:30
Peter Weinberg 277898afd3 fix(challenges): put finishing touches on react & redux challenges 2017-12-21 00:03:42 -05:00
Jonathan Grah 674ce83ab0 feat(cert): Certificates (#16185)
* feat(cert): finished layout and design of legacy certificates

* feat(cert): added new certs

* feat(cert): added logic for new certs

* feat(cert): updated claiming challenges

* feat(cert): fixed various small issues

* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
mrugesh mohapatra 941462f399
Merge pull request #16223 from mpontus/fix/merge-a29a928
fix(seed): Update Show the Local Weather challenge
2017-12-21 01:19:41 +05:30
mrugesh mohapatra 8303f0ea34
Merge pull request #16232 from cassidypignatello/fix/size-of-set-challenge
Fixes undeclared index variable in Set challenges
2017-12-21 01:15:15 +05:30
Jonathan Grah 012f8f7a8b
Merge pull request #16199 from QuincyLarson/feature/add-algorithm-projects
feat(seed): Move required projects into new algorithm projects
2017-12-20 19:09:31 +00:00
Cassidy Pignatello a79d5fec19 fix: declares index variable in Set challenges 2017-12-20 14:00:39 -05:00
Mikhail Pontus 5ab0fe2148 fix(seed): Update Show the Local Weather challenge
Pulling changes from commit a29a928f49
Preserve glitch weather API from commit ddd852df7b
2017-12-20 03:06:41 +03:00
mpontus 5ee49d6f88 fix(seed): Update description for basic-javascript/word-blanks (#16206)
Pulling changes from commit 54c11a0de9
2017-12-19 15:46:30 -06:00
Berkeley Martinez b2b1426e22 Feat: react redux migration (#16200)
* feat: crudely enables test to run solution code against React challenge (and passes!)

* feat: Updates comment

* feat: Adds React 2 and 3, validates challenges in app

* feat: Adds React 4, validates tests

* feat: Adds Peter's migrated challenge seed files for all challenges

* feat: Adds redux, react-redux imports, adds tests for React 7,

* feat: Adds tests for React 08

* fix(challenges): wrap reserved words in <code> and add tests

* feat: complete first two tests for React 9

* feat: modifies tests in React 09

* feat: Adds working tests for React 37, including async setState tests

* feat: Escape hatch to avoid async tests in automated test suite

* feat: Updates React 15 with working tests

* feat: build passes, yay

* feat: Provisions original code string in challenges and adds tests for React Redux 01

* fix(tests): add self-closing tags challenge, other small fixes

* fix(challenge): add react_10, some other stuff

* fix(challenges): update react 22, add react 23

* fix(challenges): react 5 and react 8

* feat: removes dependencies that will break in browser, will replace later

* feat: fix build

* feat: add redux 1

* fix(challenge): add react 24 tests

* feat: partial implemented Redux 2

* feat: migrate redux 3

* feat: Adds React-Redux 04 with working tests under npm test

* feat: Updates automated test runner, just provide all the dependencies. Adds Redux-Thunk.

* feat: Adds working tests for React Redux 07

* feat: redux challenge 4

* feat: migrate redux 5

* feat: redux 6

* feat: migrate Redux test 7

* fix(challenge): add react 25 tests

* feat: Adds tests for React 48, npm test does not pass...

* feat: Migrate Redux test 8

* fix(challenges): skip 26, add react 27 tests

* fix(challenges): add react 28 tests, replace function w/ => throughout, fix linter warnings

* feat: fixes (patches) hard to understand problem with automated test suite

* feat: updates async tests patch

* feat: adds converted tests for React 47

* feat: adds converted tests for React 46

* feat: Partially adds tests for React 43

* docs: adds TO-DO tests for React 43

* feat: migrates tests for React 42

* feat: migrates tests for React 41

* feat: migrates tests for React 39

* feat: Migrates tests for React 38, automated test script fails again!

* feat: migrates tests for React 32

* feat: QAs more React Redux challenge in FCC UI

* feat: Updates tests for React 7

* feat: Migrates React-Redux 3 tests and hardcodes deep-freeze dependency

* feat: migrates React Redux 05 tests

* feat: migrates React Redux 06 tests

* feat: Migrates React Redux 10

* feat: Migrates tests for React 16

* feat: Migrates React 17 tests

* feat: Migrates React 18 tests

* feat: Migrates React 19 tests

* feat: Migrates React 19 tests

* feat: fixing usage of code, replace with editor.getOriginalCode

* feat: Migrates React 21 tests

* feat: Finishes migration of React 09

* fix(challenges): add react 45 tests 💀

* feat: Adds React 11 tests

* feat: Migrates React 50 tests

* feat: Re-enables original code in FCC editor, QAs challenges blocked by original code

* feat: hacks head tail code in editor test environment

* feat: updates React 20 head code

* feat: QAs React Redux 07 in UI

* fix(challenges): add React 29 tests

* fix(challenges): add React 30 tests

* feat: updates async tests

* feat: Migrates React 12, gets ReactDOM challenges working and QAs them

* feat: Migrates React 13 tests

* feat: Migrates tests for React 14 and updates challenge description formatting

* feat: Refactors 2nd test for Redux 02

* feat: Migrates React 33

* feat: Removes React 26 and 43

* feat: Adds React 34 from Kevin

* fix(challenges): add React 31 & 35 tests (thanks Kevin)

* feat: Migrate Redux challenge 10 - pass both UI QA and terminal test

* fix(challenge): add react 40 tests

* feat: Migrates React Redux 02 tests

* feat: Migrates React Redux 08 and fixes async syntax in React challenge

* fix(challenge): add react 49 tests with caveat

* feat: fixes React 49 tests and adds first tests for React Redux 09

* feat: Migrate Redux 11 - pass both terminal test and UI test

* feat: Migrate Redux 12 - passing both UI test and terminal test

* feat: Migrate Redux 13 - passing both terminal and UI tests

* feat: Adding in code tags for previous redux challenges - terminal and UI tests pass

* feat: Migrates React Redux 09 and React 44 (thanks Kevin)

* feat: fix code tag issues - passed UI and terminal tests

* feat: Migrates Redux 14 tests

* feat: Migrates Redux 14

* feat: Migrates Redux 15

* feat: Migrates Redux 17

* feat: Final migration and QA of Redux, except for Redux 9

* feat: migrates React 36 and QAs

* feat: Rewrites Redux 09 and migrates

* feat: refactors pull request and cleans up code

* style(challenges): QA React challenges

* style(challenges): QA react challenges

* fix(challenges): fix react 41 and 45 tests

* style(challenges): QA redux challenges

* style(challenges): QA react and redux challenges

* fix(seed/react): Move head/tail to files

* fix(seed/redux): Move head/tail to file level

* chore(packages): Move jsdom to dev deps

* fix(seed/react/redux): Async funcs

make async func defined

* fix(seed): %s/editor.getUserCode/getUserInput/gc

* fix(Challenges/build): Make sure head/tail is bundled and transformed

* feat(Challenges.react): Add tail to render component

* chore(seed): Disable modern challenge testing for now

We will put these on beta while we update the auto testing framework
2017-12-18 15:04:03 -06:00
Quincy Larson 306e6bb494 feat(seed): Move required projects into new algorithm projects 2017-12-15 15:22:19 -06:00
Sunny 1720c61753 feat(challenges): Adds do...while challenge to basic JS challenges (#16068)
* feat(challenges): Adds do...while challenge to basic JS challenges

Closes #14948

* fix: Update id for challenge in correct format
2017-12-15 10:14:22 -06:00
Berkeley Martinez d3bbf27dab Fix(Challenges): get user code (#16187)
* fix(Challenges.): Prevent source from being overwritten

* fix(Challenges): Tests should use name

* fix(seed/react): Namespace tests for now
2017-12-13 17:24:36 -06:00
rcohane d52efaec8d fix(challenges): Fix 'only subtract one number' test (#16173)
Closes #13103
2017-12-12 02:07:40 +05:30
Mandi Hamza c609356b44 refactor(Challenges): Added Integrity and crossorigin attributes
Closes #16163
2017-12-12 00:37:39 +05:30
Mandi Hamza dc52813cf1 refactor(challenges): Added Integrity and crossorigin attributes
best practice

BREAKING CHANGE: N/A
2017-12-12 00:33:46 +05:30
Emanuele Antonelli 87ac2e0e9e fix bookclub p2p_chat pinterest_clone glitch apps and links (#16172) 2017-12-11 00:31:55 +05:30
Vanco Stojkov 383a0d0f5f fix(seed): Differentiation between sass and scss 2017-12-10 11:55:23 +05:30
Colin Thornton 1deb45a122 chore(seed/challenges): Change misleading variable name in example
Changed variable named "thisVariableNameIsTooLong" to
"thisVaribaleNameIsSoLong"

Closes #16165
2017-12-09 21:04:01 +05:30
Will Garcia 0965099148 fix: add 2nd regex check for bracket notation 2017-12-09 12:40:44 +05:30
mrugesh mohapatra 0b53649d21
Merge pull request #16139 from scissorsneedfoodtoo/fix/regex-asterisk-challenge
Fix(challenges): Change regular expressions match characters that occur zero or more times
2017-12-09 12:15:33 +05:30
breakpoint25 b09c59b2ca fix(seed): Add pass through details
Closes #16148
2017-12-08 13:29:48 -08:00
Alvin Kristanto 35f0b4f0d7 docs(seed): Added Guide for contributing project euler (#16140) 2017-12-05 00:41:25 -06:00
scissorsneedfoodtoo 72fe47c609 fix(challenges): Change regular expressions match characters that o
Originally the challenge's example code was a little unclear about what
the * character does. Also, the challenge could be solved without using
the * character.

BREAKING CHANGE: None

Closes #16119
2017-12-03 00:18:30 +09:00
Berkeley Martinez a92ff79b5e
Merge pull request #16116 from QuincyLarson/fix/cleanup-map-seed-files
fix: cleanup seed files and landing pages.
2017-11-29 15:48:45 -08:00
Berkeley Martinez dced96da8e feat: react challenges (#16099)
* chore(packages): Update redux utils

* feat(Panes): Invert control of panes map creation

* feat(Modern): Add view

* feat(Panes): Decouple panes from Challenges

* fix(Challenges): Decouple challenge views from panes map

* fix(Challenge/views): PanesMap => mapStateToPanesMap

This clarifies what these functions are doing

* fix(Challenges): Add view type

* fix(Panes): Remove unneeded panes container

* feat(Panes): Invert control of pane content render

This decouples the Panes from the content they render, allowing for
greater flexibility.

* feat(Modern): Add side panel

This is common between modern and classic

* feat(seed): Array to string file content

* fix(files): Modern files should be polyvinyls

* feat(Modern): Create editors per file

* fix(seed/React): Incorrect keyfile name

* feat(Modern): Highligh jsx correctly

This adds highlighting for jsx. Unfortunately, this disables linting for
non-javascript files as jshint will only work for those

* feat(rechallenge): Add jsx ext to babel transformer

* feat(seed): Normalize challenge files head/tail/content

* refactor(rechallenge/build): Rename function

* fix(code-storage): Pull in files from localStorage

* feat(Modern/React): Add Enzyme to test runner

This enables testing of React challenges

* feat(Modern): Add submission type

* refactor(Panes): Rename panes map update action
2017-11-29 17:44:51 -06:00
Quentin Gibson 7c6bcde3a7 refactor(challenges): Change "Hashing Your Password" desc (#16090)
Change description of "Hashing Your Passwords" to use the the aysnc api
of bcrypt and updated the cost to 12

Closes #16072
2017-11-25 12:26:48 -06:00
Alvin Kristanto 8a327b6ca0 feat(seed): Added more assertions for Project Euler (#16078) 2017-11-25 12:09:23 -06:00
mrugesh mohapatra 5622db48d0 docs(license): Update License fix for GitHub (#16113) 2017-11-25 11:47:27 -06:00
Quincy Larson 730d17b289 fix(seed): Add in introductory slide challenges 2017-11-24 14:58:06 -06:00
Quincy Larson 927ddacda6 fix(seed): Clean up seed directory and add open source for go 2017-11-24 14:50:04 -06:00
mrugesh mohapatra bd2d2d8f54
Merge pull request #16035 from aferreira44/translate/Pt-br-translation-claim-your-responsive-web-design-certificate
feat(pt-br-translation): claim-your-responsive-web-design-certificate
2017-11-18 13:24:05 +05:30
Alvin Kristanto 54feadc6e2 feat(seed): Added more assertions for Project Euler (#16065) 2017-11-09 20:38:07 -06:00
Alvin Kristanto 28067a965b feat(seed): Change task and assertion for Project Euler (#16082) 2017-11-09 20:32:44 -06:00
Berkeley Martinez dbecdc5618 feat: prep for modern challenges (#15781)
* feat(seed): Add modern challenge

* chore(react): Use prop-types package

* feat: Initial refactor to redux-first-router

BREAKING CHANGE: Everything is different!

* feat: First rendering

* feat(routes): Challenges view render but failing

* fix(Challenges): Remove contain HOC

* fix(RFR): Add params selector

* fix(RFR): :en should be :lang

* fix: Update berks utils for redux

* fix(Map): Challenge link to arg

* fix(Map): Add trailing slash to map page

* fix(RFR): Use FCC Link

Use fcc Link to get around issue of lang being undefined

* fix(Router): Link to is required

* fix(app): Rely on RFR state for app lang

* chore(RFR): Remove unused RFR Link

* fix(RFR): Hydrate initial challenge using RFR and RO

* fix: Casing issue

* fix(RFR): Undefined links

* fix(RFR): Use onRoute<name> convention for route types

* feat(server/react): Add helpful redux logging/throwing

* fix(server/react): Strip out nonjson from state

This prevents thunks in routesMap from breaking serialization

* fix(RFR/Link): Should accept any renderable

* fix(RFR): Get redirects working

* fix(RFR): Redirects and not found's

* fix(Map): Move challenge onClick handler

* fix(Map): Allow Router.link to handle clicks after onClick

* fix(routes): Remove react-router-redux

* feat(Router): Add lang to all route actions by default

* fix(entities): Only fetch challenge if not already loaded

* fix(Files): Move files to own feature

* chore(Challenges): Remove vestigial hints logic

* fix(RFR): Update challenges on route challenges

* fix(code-storage): Should use events instead of commands

* fix(Map): ClickOnMap should not hold on to event

* chore(lint): Use eslint-config-freecodecamp

Closes #15938

* feat(Panes): Update panes on route instead of render

* fix(Panes): Store panesmap and update on fetchchallenges

* fix(Panes): Normalize panesmaps

* fix(Panes): Remove filter from createpanemap

* fix(Panes): Middleware on location meta object

* feat(Panes): Filter preview on nonhtml challenges

* build(babel): Add lodash babel plugin

* chore(lint): Lint js files

* fix(server/user-stats): Remove use of lodash chain

this interferes with babel-plugin-lodash

* feat(dev): Add remote redux devtools for ssr

* fix(Panes): Dispatch mount action

this is needed to trigger window/divider epics

* fix(Panes): Getpane to use new panesmap format

* fix(Panes): Always update panes after state

this lets the panes logic be affected by changes in state
2017-11-09 19:10:30 -06:00
Dylan 936223af47
Merge pull request #15833 from Manish-Giri/fix/improve-existing-object-challenges
fix(challenges): Improve description in existing object challenges
2017-11-01 15:45:51 -05:00
garritfra 9777bf6c6d fix(translations): Updated German translations (#15995) 2017-11-01 20:13:36 +05:30
manish-giri a6d031a0f6 fix(challenges): Improve description in existing object challenges 2017-11-01 10:28:47 +05:30
Alvin Kristanto 185a7cda88 feat(seed): Added more assertions for Project Euler (#16057) 2017-10-30 16:25:39 -05:00
Peter Weinberg 383ec75fff fix(challenge): wrap method names & other code in <code> tags 2017-10-29 21:00:11 -04:00
Peter Weinberg adfa7c74c2 fix(challenge): update description and add img for 1st binary tree challenge 2017-10-28 13:51:12 -04:00
mrugesh mohapatra 429bc9e89f Merge pull request #16036 from aferreira44/translate/Pt-br-translation-claim-your-front-end-libraries-certificate
feat(pt-br-translation): claim-your-front-end-libraries-certificate
2017-10-27 09:51:56 +05:30
Aung Myo Kyaw 032a1c34ae feat(euler-problem): Add test and solution for problem 7 (#15988) 2017-10-27 09:38:49 +07:00
André Ferreira 9a6e97731a fix: Peer review suggestions accepted 2017-10-26 21:24:04 -02:00
André Ferreira 037d9c4e2d feat(pt-br-translation): claim-your-front-end-libraries-certificate 2017-10-26 02:09:53 -02:00
André Ferreira 04ed210d30 feat(pt-br-translation): claim-your-responsive-web-design-certificate 2017-10-26 00:16:08 -02:00
Aung Myo Kyaw 308afdd1ae feat(euler-problem): Add test and solution for project euler problem 6 (#15987) 2017-10-26 08:40:10 +07:00
Aung Myo Kyaw 36e8a29766 feat(euler-problem): Add test and solution for problem 8 (#15990) 2017-10-26 08:08:28 +07:00
Alvin Kristanto 945c9b0fd3 feat(seed): Added more assertion for Project Euler problem twe (#15887) 2017-10-25 01:03:42 -05:00
Alvin Kristanto 2037576712 feat(seed): Added more assertion for problem twenty eight (#15913) 2017-10-25 01:03:22 -05:00
Alvin Kristanto 6329dac4a3 feat(seed): Added more assertions for Project Euler problem tw (#15881) 2017-10-25 01:03:04 -05:00
Alvin Kristanto 4de1be810b feat(seed): Added more assertions for Project Euler (#16028) 2017-10-25 00:58:56 -05:00
Alvin Kristanto 1c73aa1288 feat(seed): Added more assertions for Project Euler (#16023) 2017-10-25 00:54:01 -05:00
Alvin Kristanto 2f4b77f313 feat(seed): Change Project Euler assertion (#16021) 2017-10-25 00:45:38 -05:00
mrugesh mohapatra efc00c0568 Merge pull request #15944 from FranciscoKnebel/feat/mlab-challenge
feat(challenge): Added mLab tutorial
2017-10-24 01:34:09 +05:30
mrugesh mohapatra 474c97697f Merge pull request #15928 from ResamVi/fix/json-challenge-test
Fix vague tests for "Convert JSON Data to HTML" challenge
2017-10-24 00:57:46 +05:30
Sean Smith 303f801d52 Merge pull request #15971 from no-stack-dub-sack/fix/adv-data-structures
fix(instructions): fix spacing and correct example code for max heap …
2017-10-22 18:07:54 -07:00
mrugesh mohapatra 0874376815 Merge pull request #15751 from DusanSacha/feature/add-basis-js-challenge-return-undefined
feat(seed): Add new Basis JS Challenge Return Undefined
2017-10-20 19:58:31 +05:30
Peter Weinberg a30409859d fix(instructions): fix spacing and correct example code for max heap and binary search tree problems 2017-10-19 01:37:01 -04:00
Dylan 4ab129683b Merge pull request #15923 from ResamVi/feature/jquery-introduction
Add introduction to jQuery challenge section
2017-10-17 14:24:56 -05:00
Edward Weymouth 5214371ef1 fix(seed-update): browser console, fCC Console, functionality of both (#15660) 2017-10-17 13:41:46 -04:00
Julien 19ebed94a5 feat(seed): Add introduction to jQuery challenge section
Additions
2017-10-17 19:21:58 +02:00
Francisco Knebel cc2a8d0d16 feat(challenge): Added mLab tutorial
Closes #14912
2017-10-07 01:57:00 -03:00
Tuomas Poikela 0fa83742cd feat: Added 1st batch of Rosetta code problems. (#15877) 2017-10-05 19:26:26 -05:00
Julien 08754f2d4e fix(challenges): Fix vague tests for "Convert JSON Data to HTML" challenge 2017-10-02 14:15:17 +02:00
Manish Giri e88af5c0e8 fix(challenges): Improve Word Blanks on staging (#15901) 2017-09-21 13:11:31 -05:00
Dylan 4c016216b9 Merge pull request #15794 from Bouzmine/fix/dot-notation
Change "dot operator" to "dot notation"
2017-09-15 21:19:25 -05:00
Francis Clavette 06611c129a refactor(challenges): Change dot operator to notation 2017-09-15 19:54:49 -04:00
Alvin Kristanto 0b969e5d3e feat(seed): Added more assertion for problem twenty four (#15850) 2017-09-11 21:39:28 -05:00
Alvin Kristanto 42008876f8 feat(seed): Added more assertion for Project Euler problem twe (#15874) 2017-09-11 17:57:40 -05:00
Shubham Sharma f0124b9dfb fix(challenges): Improve wording of description (#15873)
changed the description of the challenge to make campers understand the
task better

Closes #14306
2017-09-11 17:55:58 -05:00
Berkeley Martinez fdb430f2b5 Merge pull request #15866 from QuincyLarson/fix/fix-math-seed-files
fix(seed): Remove redundant seed files from math directory
2017-09-11 15:44:14 -07:00
Dylan b944d60620 fix(challenges): Add helmetjs intro (#15865)
Closes #12634
2017-09-11 16:09:32 -05:00
Vaidic Joshi e7957219cd fix(seed): Fixed assert regex
Closes #13999
2017-09-10 19:43:57 +05:30
Quincy Larson cf389e7126 fix(seed): Remove redundant seed files from math directory 2017-09-09 10:52:12 -05:00
Berkeley Martinez 77af5c9ca8 Merge pull request #15539 from dakshshah96/fix/dynamic-data-d3-description
Improve description of work with dynamic data in D3 challenge
2017-09-05 18:32:59 -07:00
Beau Carnes 891c977cb4 Merge pull request #15811 from alvinkl/feature/problem_euler23
feat(challenges): Added more assertion for Project Euler problem twe
2017-09-05 09:16:03 -04:00
Dylan 5c3c1be67b Merge pull request #15841 from texas2010/fix/short-fix-stories
fix(seed): Fix typo in the user stories
2017-09-04 11:23:35 -05:00
texas2010 f4a952e180 fix(seed): Fix typo in the user stories
Closes #15769
2017-09-04 08:51:10 -05:00
DusanSacha 4a19a6d370 feat(seed): Add new Basis JS Challenge Return Undefined
Add new Bassis JS Challenge Return Undefined with all Change Requests
2017-09-04 14:15:38 +02:00
Zuzana 5c83dd0fde fix(challenge): Close <code> element with </code> (#15842)
Closes #15185
2017-09-04 12:03:40 +02:00
Dylan 144ff5f4e4 fix test on es6 export default (#15627) 2017-09-04 10:16:50 +02:00
williamsb abbdb28228 refactor(challenges): Remove euler problem (#15837)
BREAKING CHANGE: Remove euler problem 22 from the file

Closes #15831
2017-09-02 22:16:30 -07:00
Beau Carnes e3eb02e9b1 Merge pull request #15798 from AungMyoKyaw/feature/euler-problem-3
feat(seed): Add tests and solution to Problem: Largest Prime Factor
2017-09-01 20:01:47 -07:00
Beau Carnes 0fcaccdc3c Merge branch 'feat/object-freeze-challenge' into staging 2017-09-01 19:18:01 -07:00
Beau Carnes 45c2c73033 fix(seed): Fix typos 2017-09-01 19:15:29 -07:00
Beau Carnes 618e164063 Merge branch 'feature/object-freeze-challenge' of https://github.com/adityaparab/FreeCodeCamp into adityaparab-feature/object-freeze-challenge 2017-09-01 18:58:57 -07:00
Darkpingouin 79c06ac6a5 Updated simple challenges for colorblinds (#15602)
* Update Challenge for color-blindness 

To do : Translate for Ru, Es and pt-br
Done : Corrected the challenge + translation in German done.

* Corrected color for color-blindness in simple challenges

To do : Translate in ru, pt-br and es
Done: code correction + de translation

* Fix a bug and update some translations
2017-09-01 18:56:03 -07:00
Berkeley Martinez 956bacf0e5 Merge pull request #15373 from dhcodes/fix/tests-inc-dec
change tests to reflect desired solution
2017-09-01 18:15:32 -07:00
Berkeley Martinez 885c73abac Merge pull request #15821 from QuincyLarson/feature/add-math-for-programmers-stubs
feat(challenges): Added math challenge stubs
2017-08-31 22:42:08 -07:00
Dylan 9ad056a7df Merge pull request #15801 from systimotic/fix/revert-regex-css-test
fix(challenges): Revert CSS regex test
2017-08-31 21:11:36 -05:00
Quincy Larson 0fa97530bb feat(challenges): Added math challenge stubs 2017-08-30 17:35:35 -07:00
Timo 626d243db4 fix(challenges): Revert CSS regex test
Some CSS tests were changed to regex tests while the CSS tests weren't
working on Firefox. Now that the original issue has been fixed, these
changes can be reverted.

Closes #15567
2017-08-30 14:56:09 +02:00
Alvin Lim b41a3c0ff4 feat(challenges): Added more assertion for Project Euler problem twe 2017-08-27 16:35:31 +07:00
Timo dcfe18d5d5 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Aung Myo Kyaw 7b8256a519 feat(seed): Add tests and solution to Problem: Largest Prime Factor 2017-08-25 17:08:51 +06:30
Daksh Shah 77935478fb Improve description of work with dynamic data in D3 challenge 2017-08-23 16:30:20 +05:30
Manish Giri cf436f34bc feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
Alvin Kristanto 6710a77508 feat(challenges): Updated project euler problem (#15754)
added more assertion and tweaked the task

feat(challenges): Added solution for project euler

Added solution for project euler problem 21
2017-08-21 23:36:34 -05:00
Sophanarith Sok 661ecf9dab test(tests): Add tests to Problem: Even Fibonacci Numbers (#15773)
Add more specific tests and edit motivational comment for something more
interesting.
2017-08-21 23:15:54 -05:00
Manish Giri addb6c4e69 fix(challenges): Remove double quote requirement in jQuery selectors 2017-08-21 04:06:14 -04:00
Prateek 751a407ef6 Add tests for having single ol and ul element 2017-08-14 21:41:38 +05:30
Shubham Sharma 19e4c0fccd fix(challenges): Add test to check semicolon (#15756)
forces semicolon at the end of inline style declaration

Closes #10703
2017-08-12 17:33:42 -05:00
Darth Skywalker d5f1687a0e feat(challenge): Added Object.freeze challenge wrt #15746 2017-08-13 00:19:13 +05:30
Eric Leung 7fbce94845 fix: Clarify mutate array with const challenge (#15745)
Instructions for Mutate an Array Declared with const was unclear and
included unnecessary learning materials. This commit aims to clarify the
instructions for what the challenge requires, and also add in missing
challenge tests.

Closes #14832
2017-08-11 15:06:35 -05:00
Sophanarith Sok 0a4a50f040 test(seed): Add tests to Project Euler (#15750)
Add more tests. Add parameter to function to enable more specific tests
and enables easier way to verify a valid function. Update problem
description.
2017-08-11 14:57:00 -05:00
Alvin Kristanto 3d1ef747e2 edited project euler problem 20 (#15748)
revert(challenges): Change function name, parameters given, and return

Give better naming, avoid infiinite loop
2017-08-11 14:17:25 -05:00
Cody Seibert 9f875e1d11 feat(quiz): initial quiz view which can be used for multiple choice (#15743)
quizes
2017-08-08 14:31:26 -05:00
Eric Leung 93148665c6 Merge pull request #15742 from dhcodes/fix/code-styling-on-switch
fix(challenges): Change switch code format for consistency
2017-08-08 10:44:57 -07:00
Dylan 8c28b3fadf Merge pull request #15744 from usmandap/fix/longest-word-in-string
fix(seed): Function name findLongestWord changed
2017-08-08 08:40:52 -05:00
dhcodes c5be44be1b fix(challenges): Change switch code format for consistency
Closes #14947
2017-08-07 23:02:44 -05:00
Milo Hartsoe def425a66f fix(seed, challenges, 02-javascript-algorithms-and-data-structures, basic-javascript.json, Golf Code): Adds an array of the names to the Golf Code challe (#15678)
This adds an array of names for the Golf Code challenge and adds a
sentence about the array to the description of the challenge.

Closes #15618
2017-08-05 13:33:16 -05:00
Felix Yan 308304d36c
Fix typos in seed/challenges/06-information-security-and-quality-assurance/information-security-with-helmetjs.json 2017-08-05 03:23:45 +08:00
Usman Hussain e20916f9b0 fix(seed): Function name findLongestWord changed
The function name findLongestWord is a little misleading as the
challenge asks to return the length of the word not the word itself.
Name findLongestWordLength is perfect.

BREAKING CHANGE: Function name changed
2017-08-03 11:25:45 +05:00
Dylan f92294bbda Merge pull request #15670 from prateekgoel/fix/move-fahrenheit-variable
Move Fahrenheit Variable Below Comment Line
2017-08-01 11:22:23 -05:00
MANISH-GIRI a4946902a6 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
Prateek ca32658c70 Changes post review again 2017-08-01 01:31:51 +05:30
Prateek 56c81c86f1 Changes post review 2017-08-01 01:30:24 +05:30
Shubham Sharma 791b16860d fix(challenges): Change hyperdev link to glitch (#15694)
Closes #15691
2017-07-31 14:33:42 -05:00
Dylan 8dd2c899ff Merge pull request #15682 from marigerr/fix/anchor-link-to-internal-section-challenge
internal link lesson - remove obsolete name attribute
2017-07-28 10:42:06 -05:00
marigerr 43bb6272d6 interal link lesson - remove obsolete name attribute 2017-07-28 07:54:12 +02:00
Manish Giri 880f092a3f Edit test to ensure opacity at 50% in keyframes (#14390) 2017-07-25 21:37:24 -04:00
MANISH-GIRI b28c4869aa Add check for function invocation 2017-07-22 16:18:30 -04:00
Jonathan Meier 074869d5c2 refactor(seed): Add break; to default statement on switch challeng (#15673)
Closes #15131
2017-07-22 01:30:22 -05:00
Prateek Goel 51d7514992 Move Fahrenheit Variable Below Comment Line
Challenge URL: https://www.freecodecamp.org/challenges/convert-celsius-to-fahrenheit
2017-07-20 16:37:36 +01:00
Berkeley Martinez de0101328f Merge pull request #15187 from raisedadead/fix/placeholder-project-view
fix(frontend-projects): replace video with image thumbnail
2017-07-17 16:33:41 -07:00
Dylan 59433eefda tweak description on nest many elements ch. (#15597) 2017-07-17 22:21:19 +05:30
Dylan ffa03c9483 Merge pull request #15098 from charlesBak/fix/arrow-function-with-param
Add test to Arrow functions with input parameters
2017-07-16 21:21:27 -05:00
Dylan 08bcc6ce5c Merge pull request #15647 from MiloATH/fix/linked-list-size
Rename length() as size()
2017-07-15 22:13:16 -05:00
Shubham Sharma 7d3313a1fa fix(challenges): Change "loop" to "function" (#15649) 2017-07-15 22:42:00 +05:30
Milo Hartsoe c478f30997 Rename length() as size() because the solution and future challenges use size() 2017-07-14 23:50:54 -04:00
Mrugesh Mohapatra 91105bdf12 fix(frontend-projects): replace video with image thumbnail 2017-07-13 21:50:47 +05:30
Dylan 93b532854d Merge pull request #15622 from beaucarnes/fix/typo-adjacency-list-challenge
fix typo on challenge (#15621)
2017-07-11 10:41:38 -05:00
Beau Carnes 136e20f3a2 fix typo on challenge (#15621) 2017-07-10 21:25:26 -04:00
Dylan 8269ea5f2c add redux intro (#15605) 2017-07-09 16:15:54 -05:00
Milo Hartsoe ddd852df7b Adds glitch weather API to take home interview weather project. (#15608) 2017-07-09 11:06:31 +05:30
Dylan a9240a4249 add note to audio element challenge (#15587) 2017-07-04 11:00:02 +05:30
Eric Leung 5c1ef7e80c Merge pull request #15549 from CodingPower472/fix/add-test-wherefore-art-thou
Add test case to 'Wherefore art thou'
2017-07-02 10:19:07 -07:00
Eric Leung 5faf32cee4 Merge pull request #14706 from QuincyLarson/feature/add-project-euler-problems
Feature/add project euler problems
2017-07-02 10:03:52 -07:00
Luke Bousfield 90112eff73 Added a test to the challenge 'Wherefore art thou' 2017-07-02 09:22:17 -04:00
Eric Leung 16bfaa8b21 Merge pull request #15515 from dakshshah96/fix/reuse-patterns-tests
Fix test and clarify description for reuse patterns using capture groups
2017-07-01 10:50:41 -07:00
Stephanie Adams 4298a2b920 Fix typo in test case for filteredArray 2017-06-30 19:09:35 -04:00
Nathália Oliveira e905b7ee72 Brazilian Portuguese translation of Basic HTML and HTML5 (#15439)
* Brazilian Portuguese translation of Basic HTML and HTML5
* Basic HTML and HTML reviewed
2017-06-29 11:11:13 +05:30
Eric Leung 39988eb40b Merge pull request #15545 from tommygebru/patch-4
fix/Clarification for code example
2017-06-28 09:54:18 -07:00
Eric Leung 1be37b7a95 Merge pull request #15415 from elimisteve/patch-2
basic-html-and-html5.json: Clarified radio buttons
2017-06-27 06:15:47 -07:00
Eric Leung 95de55fd61 Merge pull request #15435 from Enikol/fix/use-hex-code-instructions
Move the code example to the instructions in Use Hex Code for Specific Colors
2017-06-27 05:51:37 -07:00
Eric Leung 916826267a Merge pull request #15484 from tommygebru/patch-2
fix/ typo for challenge description
2017-06-27 05:45:13 -07:00
Eric Leung 0c6d5bcd4c Merge pull request #15157 from charlesBak/fix/code-formatting-sass-challenge
fix(test) add space formatting
2017-06-27 05:42:38 -07:00
Jools aa3800c902 replace a test with correct code and change 'function' to 'selector' in description (#14578) 2017-06-27 05:33:37 -07:00
Eric Leung 35a6cebeb5 Merge pull request #14549 from JoolsMcFly/fix/change-challenge-description
change challenge description and update tests
2017-06-27 05:10:24 -07:00
Eric Leung 1563488da1 Merge pull request #15408 from tommygebru/patch-1
fix/Typo for challenge description
2017-06-26 16:30:12 -07:00
tommy 8431830af6 fix/Clarification for code example
Clarification needed for Functional Programming code example, in the challenge Add Elements to the End of an Array Using concat Instead of push
2017-06-26 16:28:24 -07:00
Daksh Shah b53600e1ab Fix test and clarify description for reuse patterns using capture groups 2017-06-26 22:15:44 +03:00
tommy 9e09e45f9e fix/ typo for challenge description
Challenge description for Data Visualization with d3: Use Dynamic Scales
2017-06-22 10:00:36 -07:00
Dylan c0fa27537c Merge pull request #15448 from benomatis/fix/challenge-instruction
Add explicit text to instruction to keep the word 'Like' in the button next to the icon
2017-06-19 22:35:49 -05:00
Eric Leung 0551b9b127 Merge pull request #15417 from ncm1/patch-1
Changing "CS" -> "CD"
2017-06-19 19:43:51 -07:00
benomatis 6c8252b884 Add explicit text to instruction to keep the word 'Like' in the button next to the icon 2017-06-20 00:11:26 +02:00
Catherine 42fb08f14c Moved the code example from tests to instruction 2017-06-19 01:51:30 +03:00
Nathan Morgenstern 5fc04af60d Changing "CS" -> "CD"
In basic javascript section "manipulating complex objects"
2017-06-17 16:36:48 -04:00
Steve Phillips 6b7e3c0d9b basic-html-and-html5.json: Clarified radio buttons 2017-06-17 11:58:53 -07:00
tommy 7662ab4fd4 fix/Typo for challenge description
Challenge description for Data Visualization with d3: Set a Domain and a Range on a Scale
2017-06-16 16:58:26 -07:00
texas2010 28376b2e25 Fix default code's tab spacing 2017-06-16 09:29:52 -05:00
dhcodes 9521dcb39d change tests to reflect desired solution 2017-06-14 21:28:57 -05:00
Dylan 53141040f4 Merge pull request #15356 from padulam/fix/remove-user-story-twitch-project
Remove user story from Twitch.tv project
2017-06-14 19:02:32 -05:00
Mrugesh Mohapatra a17f60570f fix(seed): remove challengeType from properties 2017-06-14 09:55:23 +05:30
JosephLivengood 0d7bbe7aca Updated backend projects to use correct layout/tester
Updated backend projects to use correct layout/tester
2017-06-14 09:48:00 +05:30
padulam 3eb37e4785 Remove user story from Twitch.tv project 2017-06-13 15:06:34 -04:00
Jonathan 2a48f3616b Changed http to https for codepen links on challenges for data visualization project and take home interview projects (#15331) 2017-06-13 11:30:43 +05:30
Dylan 4b15554a94 Merge pull request #14512 from Manish-Giri/fix/add-tests-object-properties
Add test to prevent assignment to variable directly
2017-06-12 22:00:37 -05:00
MANISH-GIRI 5f06ecde9d Add test to prevent assignment to variable directly 2017-06-12 20:32:37 -04:00
Shelvin Chandra 37c3132c90 fix(seed): Update warning for Safari (#15236) 2017-06-07 20:26:40 +05:30
Jonathan a8d701e4e6 Changed wording for Drop It challenge to be more concise (#15234) 2017-06-07 18:54:00 +05:30
Charles Bakar cb89e4633c fix(test) add space formatting 2017-06-01 14:43:28 +02:00
Jonathan a33ebd3c43 updated placement for result variable to be more intuitive for newcomes (#15142) 2017-06-01 13:11:28 +05:30
Dylan 73e926b808 Merge pull request #15128 from chrisrymer/fix/change_color_text_singl_quotes_15117
Add support for single and double quotes on style attribute
2017-05-31 12:09:20 -05:00
chrisrymer f426c6b8c3 Add support for single and double quotes on style attribute 2017-05-30 22:20:02 +01:00
Justin Stone a7565a932b Change the text of a jQuery challenge (#14799)
The text was changed to be more accurate.
It incorrectly talked about ancestors/descendants as parents/children.
Text about property inheritance was also removed to
keep the focus of the challenge on targeting children.

Change "Instructions" to <hr> in jQuery challenge
This seems to align with the style guide more
2017-05-30 23:59:27 +05:30
Eric Leung 852678f6f4 Add introduction text to basic JavaScript (#15119) 2017-05-30 22:05:22 +05:30
Eric Leung f6e796f7fa Merge pull request #14958 from huyenltnguyen/fix/challenge-description-typo
fix challenge description typo
2017-05-29 19:04:04 -07:00
Eric Leung 802f9b2ddb Merge pull request #15061 from texas2010/fix/move-example-out-of-test
move example out of test
2017-05-29 18:55:25 -07:00
Peter Weinberg 8a951deecd fix(tests): add tests to write higher order arrow functions challenge 2017-05-29 18:00:21 -04:00
Milo Hartsoe 0a6195a65f Add tests to es6 challenge Write Higher Order Arrow Functions. Doesn't have es6 syntax tests.
Comments out function and arrow tests that didn't work and fixes formatting issues.
2017-05-29 16:30:11 -04:00
Charles Bakar 85f8b6c417 Add test to Arrow functions with input parameters 2017-05-28 18:50:29 +02:00
Dylan 2247b57e25 Merge pull request #14970 from jhowerin/fix/issue14967
Removed - Don't worry about JavaScript itself - we will cover it soon.
2017-05-28 07:49:25 -05:00
Thomas KUNTZ 539d5a2ae1 Fix meaning issue (#15059)
The wording made think that we had to return the sum of the two numbers and *then* all the numbers between them (in the form of an array for instance). In fact we have to return the sum of the two numbers *plus* the sum of all numbers between them.
2017-05-27 18:42:48 +05:30
texas2010 7d919b4192 move example out of test 2017-05-26 11:26:40 -05:00
Peter Weinberg cd7f24defd fix(tests): minor change to test suite for nest an anchor challenge 2017-05-24 22:20:45 -04:00
james gill 9993f8afd5 minor change to test suite 2017-05-22 17:35:28 -07:00
Jake 85fc96e934 Removed - Don't worry about JavaScript itself - we will cover it soon. 2017-05-20 20:09:36 -04:00
Huyen Nguyen 2f7d8689ec fix challenge description typo 2017-05-20 04:24:20 +07:00
Peter Weinberg 60522efd5e fix(challenge): fix bug in learn a stack challenge 2017-05-15 19:10:32 -04:00
Jools 4ed293df6e minor change to "while loop" description (#14790) 2017-05-14 23:22:52 +05:30
helenyau0 947d280809 go into intermediate algorithm scripting and remove all instances of property in the wherefore art thou exercise (#14827) 2017-05-14 23:12:23 +05:30
Todd Tyler 6d1f41d140 Add text instructing user to remove target attribute. (#14847)
Add text instructing user to remove target attribute.
2017-05-14 23:09:28 +05:30
Beau Carnes 0d2bd2fd2b Fixing error in data structure description (#14859)
Referenced in https://github.com/freeCodeCamp/freeCodeCamp/issues/14843
2017-05-14 22:53:16 +05:30
David Flick 6f02f853f6 fix(seed) Typo in Use export to Reuse a Code Block (#14857) 2017-05-14 22:49:40 +05:30
Jia Kim 9abe54d573 Fixed instructions for ES6: Set Default Parameters 2017-05-11 20:49:45 -04:00
Peter Weinberg 7e83fee4a1 fix(tests): improve sorting algos section 2017-05-07 22:20:42 -04:00
TheBest101 8941f8445c changing wording 2017-05-06 07:45:22 -04:00
Dylan 0caef00dfe Merge pull request #14579 from JoolsMcFly/fix/add-regexp-to-better-validate-user-code
use a regexp to make sure user only changes the first line
2017-05-04 07:39:50 -05:00
P1xt 54223ce6d0 Scraped first 600 Project Euler Problems (#14605)
Notes:

This is a rough draft to get everyone started.

* Questions for which I did not have confirmed answers for have "TODO" marked in the tests.
* Some descriptions contain latex - I scraped them off the official project euler site (where they use MathJax)
* Some descriptions contain images - easily found in the json by looking for contiguous blank lines - these will have to be handled manually.
2017-05-03 15:32:23 -05:00
Quincy Larson 973e91aec2 add first 10 project euler problem text and titles 2017-05-03 15:32:23 -05:00
Sakthi Kumar 0d9db6ea35 Provided Additional Information on a challenge (#14690) 2017-05-03 23:12:31 +05:30
Roc Granada Verdú c642e4d6ee Grammar error 'inputing' corrected to 'inputting'. Line 1509 file 'seed/challeges/01-responsive-web-design' (#14697) 2017-05-03 22:38:04 +05:30
Amartya Chaudhuri 9e6e841601 Added semicolon after object initialization (#14684)
Not mandatory but adding for the sake of consistency of tutorials.
2017-05-03 22:22:34 +05:30
jools 9a6acfb228 use a regexp to make sure user only changes the first line 2017-05-02 05:08:03 +02:00
Hadrian da52116860 Reworked and Repositioned Attribute Selector Challenge (#13996) 2017-04-28 21:29:59 +05:30
Daniel Engle 635215ccf3 Changed 'Define' to 'Declare' in code comment (#14626) 2017-04-28 12:19:50 +05:30
Nathália Oliveira 88ef3b47fd Brazilian Portuguese translation of Basic Algorithm Scripting (#14590) 2017-04-27 12:53:04 +05:30
Roger Collier 8a1a06a39f Tightened text. Improved grammar. Removed redundancies. (#13768) 2017-04-27 03:32:07 +05:30
Patrick Porche 0bb82ece88 fix(challenge): Update GIF Quality (#14592) 2017-04-27 01:27:22 +05:30
Jools 3f0109ac28 change "element's average" to "elements' average" (#14521) 2017-04-24 22:18:28 +05:30
Manish Giri d88ef0646f Update adjust-height and delete visual-balance-with-height (#14406) 2017-04-24 21:50:57 +05:30
Sebastian Petak 35e65a618e Refactor hover state of a button for readability (#14158)
Change challenge description of height to width because that is what
the example in the description shows. Add extra spacing in the example
and seed code to make them easier to read. Change the description of
milliseconds to improve readability.
2017-04-24 21:31:44 +05:30
Jason E Rush 590ca42c67 Allow spaces in @mixins challenge (#14113)
Allow space(s) between parenthesis and argument(s) in SASS function calls on the sass/create-reusable-css-with-mixins level.
2017-04-24 21:20:14 +05:30
Max b3927deaf8 Updated url for the Twitch API Docs (#14487) 2017-04-24 01:40:58 +05:30
Claudio Restifo 0501706092 updated the codepen instruction to add Bootstrap v3.3.7 instead of v.4 (#13895) 2017-04-24 01:32:48 +05:30
Pauric Holleran cf74318837 fix(challenge): Typo in Serialization of a User Object 2017-04-23 22:45:00 +05:30
jools a12e614535 change challenge description and update tests 2017-04-23 08:34:03 +02:00
Siddhant Chadha 9f8e48cca3 fix typo in Mutate an Array Declared with const 2017-04-22 19:57:18 +05:30
Eric Leung 2913c5c353 Merge pull request #14115 from JoolsMcFly/fix/wrong-use-of-it-s
replace it's with its in descriptions
2017-04-19 09:09:12 -07:00
Dylan 34a25f784f Merge pull request #14448 from cch5ng/fix/radio-btn-test
add test for radio button in form tag
2017-04-17 13:22:42 -05:00
cch5ng 4275049158 fix: #14402; add test for radio button in form tag 2017-04-17 10:27:14 -07:00
Dylan 1b69cd6c16 Merge pull request #14440 from Ellyria/fix/typo-in-less-than-or-equal
Added the missing "to" to fix issue.
2017-04-17 10:37:27 -05:00
Dylan 8c37c7776b Merge pull request #14426 from MeamonB/fix/00-getting-started-5/9-do-not-sign-in-with-twitter
Add a sentence stating not to sign in with Twitter on 5/9
2017-04-16 12:52:06 -05:00
master 89407b6267 Add a sentence stating not to sign in with Twitter on 5/9 2017-04-16 12:31:54 -05:00
Dylan 6b5fd55a34 Merge pull request #14164 from Manish-Giri/fix/fix-instructions-learn-how-stack-works
Change stack top element in instructions
2017-04-16 12:04:58 -05:00
techstonia da4735e749 Add tests for mutate const array 2017-04-16 12:51:24 +03:00
MANISH-GIRI fea5bea3c3 Update variable in typed arrays 2017-04-14 19:30:38 -04:00
Ellyria 404d5f42ce Added the missing "to" to fix issue #14403. 2017-04-14 17:59:07 -04:00
Dylan 5d408b2b10 Merge pull request #14341 from rtopol2/fix/reg-ex-description
Update 'Match Literal Strings' description
2017-04-13 15:48:25 -05:00
Manish Giri aeaf143dd7 Update challengeSeed in arguments wrong order (#14276) 2017-04-13 09:38:15 -04:00
Dylan d3a815a0a8 improve weather app project instructions (#14339) 2017-04-11 16:25:15 -05:00
MANISH-GIRI 182d4f9fdc Edit test for right span content 2017-04-10 22:16:10 -04:00