chore: remove isRequired from curriculum files
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
984f311061
commit
a86b220eb7
@ -7,7 +7,6 @@ export default [
|
|||||||
id: 'a',
|
id: 'a',
|
||||||
block: 'block-a',
|
block: 'block-a',
|
||||||
title: 'Challenge One',
|
title: 'Challenge One',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block One',
|
superBlock: 'Super Block One',
|
||||||
dashedName: 'challenge-one'
|
dashedName: 'challenge-one'
|
||||||
@ -20,7 +19,6 @@ export default [
|
|||||||
id: 'b',
|
id: 'b',
|
||||||
block: 'block-a',
|
block: 'block-a',
|
||||||
title: 'Challenge Two',
|
title: 'Challenge Two',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block One',
|
superBlock: 'Super Block One',
|
||||||
dashedName: 'challenge-two'
|
dashedName: 'challenge-two'
|
||||||
@ -33,7 +31,6 @@ export default [
|
|||||||
id: 'c',
|
id: 'c',
|
||||||
block: 'block-b',
|
block: 'block-b',
|
||||||
title: 'Challenge One',
|
title: 'Challenge One',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block One',
|
superBlock: 'Super Block One',
|
||||||
dashedName: 'challenge-one'
|
dashedName: 'challenge-one'
|
||||||
@ -47,7 +44,6 @@ export default [
|
|||||||
id: 'd',
|
id: 'd',
|
||||||
block: 'block-b',
|
block: 'block-b',
|
||||||
title: 'Challenge Two',
|
title: 'Challenge Two',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block One',
|
superBlock: 'Super Block One',
|
||||||
dashedName: 'challenge-two'
|
dashedName: 'challenge-two'
|
||||||
@ -60,7 +56,6 @@ export default [
|
|||||||
id: 'e',
|
id: 'e',
|
||||||
block: 'block-c',
|
block: 'block-c',
|
||||||
title: 'Challenge One',
|
title: 'Challenge One',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: true,
|
isPrivate: true,
|
||||||
superBlock: 'Super Block One',
|
superBlock: 'Super Block One',
|
||||||
dashedName: 'challenge-one'
|
dashedName: 'challenge-one'
|
||||||
@ -73,7 +68,6 @@ export default [
|
|||||||
id: 'f',
|
id: 'f',
|
||||||
block: 'block-a',
|
block: 'block-a',
|
||||||
title: 'Challenge One',
|
title: 'Challenge One',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block Two',
|
superBlock: 'Super Block Two',
|
||||||
dashedName: 'challenge-one'
|
dashedName: 'challenge-one'
|
||||||
@ -86,7 +80,6 @@ export default [
|
|||||||
id: 'g',
|
id: 'g',
|
||||||
block: 'block-a',
|
block: 'block-a',
|
||||||
title: 'Challenge Two',
|
title: 'Challenge Two',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block Two',
|
superBlock: 'Super Block Two',
|
||||||
dashedName: 'challenge-two'
|
dashedName: 'challenge-two'
|
||||||
@ -99,7 +92,6 @@ export default [
|
|||||||
id: 'h',
|
id: 'h',
|
||||||
block: 'block-b',
|
block: 'block-b',
|
||||||
title: 'Challenge One',
|
title: 'Challenge One',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block Two',
|
superBlock: 'Super Block Two',
|
||||||
dashedName: 'challenge-one'
|
dashedName: 'challenge-one'
|
||||||
@ -112,7 +104,6 @@ export default [
|
|||||||
id: 'i',
|
id: 'i',
|
||||||
block: 'block-b',
|
block: 'block-b',
|
||||||
title: 'Challenge Two',
|
title: 'Challenge Two',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block Two',
|
superBlock: 'Super Block Two',
|
||||||
dashedName: 'challenge-two'
|
dashedName: 'challenge-two'
|
||||||
@ -125,7 +116,6 @@ export default [
|
|||||||
id: 'j',
|
id: 'j',
|
||||||
block: 'block-a',
|
block: 'block-a',
|
||||||
title: 'Challenge One',
|
title: 'Challenge One',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block Three',
|
superBlock: 'Super Block Three',
|
||||||
dashedName: 'challenge-one'
|
dashedName: 'challenge-one'
|
||||||
@ -138,7 +128,6 @@ export default [
|
|||||||
id: 'k',
|
id: 'k',
|
||||||
block: 'block-c',
|
block: 'block-c',
|
||||||
title: 'Challenge Two',
|
title: 'Challenge Two',
|
||||||
isRequired: false,
|
|
||||||
isPrivate: false,
|
isPrivate: false,
|
||||||
superBlock: 'Super Block Three',
|
superBlock: 'Super Block Three',
|
||||||
dashedName: 'challenge-two'
|
dashedName: 'challenge-two'
|
||||||
|
@ -123,7 +123,6 @@ export const query = graphql`
|
|||||||
id
|
id
|
||||||
block
|
block
|
||||||
title
|
title
|
||||||
isRequired
|
|
||||||
superBlock
|
superBlock
|
||||||
dashedName
|
dashedName
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,6 @@ export const ChallengeNode = PropTypes.shape({
|
|||||||
isComingSoon: PropTypes.bool,
|
isComingSoon: PropTypes.bool,
|
||||||
isLocked: PropTypes.bool,
|
isLocked: PropTypes.bool,
|
||||||
isPrivate: PropTypes.bool,
|
isPrivate: PropTypes.bool,
|
||||||
isRequired: PropTypes.bool,
|
|
||||||
name: PropTypes.string,
|
name: PropTypes.string,
|
||||||
order: PropTypes.number,
|
order: PropTypes.number,
|
||||||
required: PropTypes.arrayOf(
|
required: PropTypes.arrayOf(
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c242eddfaeb5bd13
|
id: bd7158d8c242eddfaeb5bd13
|
||||||
title: Build a Personal Portfolio Webpage
|
title: Build a Personal Portfolio Webpage
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301143
|
forumTopicId: 301143
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: 587d78af367417b2b2512b04
|
id: 587d78af367417b2b2512b04
|
||||||
title: Build a Product Landing Page
|
title: Build a Product Landing Page
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301144
|
forumTopicId: 301144
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: 587d78af367417b2b2512b03
|
id: 587d78af367417b2b2512b03
|
||||||
title: Build a Survey Form
|
title: Build a Survey Form
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301145
|
forumTopicId: 301145
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: 587d78b0367417b2b2512b05
|
id: 587d78b0367417b2b2512b05
|
||||||
title: Build a Technical Documentation Page
|
title: Build a Technical Documentation Page
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301146
|
forumTopicId: 301146
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd18
|
id: bd7158d8c442eddfaeb5bd18
|
||||||
title: Build a Tribute Page
|
title: Build a Tribute Page
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301147
|
forumTopicId: 301147
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a77dbc43c33f39daa4429b4f
|
id: a77dbc43c33f39daa4429b4f
|
||||||
title: Boo who
|
title: Boo who
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16000
|
forumTopicId: 16000
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a9bd25c716030ec90084d8a1
|
id: a9bd25c716030ec90084d8a1
|
||||||
title: Chunky Monkey
|
title: Chunky Monkey
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16005
|
forumTopicId: 16005
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: acda2fb1324d9b0fa741e6b5
|
id: acda2fb1324d9b0fa741e6b5
|
||||||
title: Confirm the Ending
|
title: Confirm the Ending
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16006
|
forumTopicId: 16006
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 56533eb9ac21ba0edf2244b3
|
id: 56533eb9ac21ba0edf2244b3
|
||||||
title: Convert Celsius to Fahrenheit
|
title: Convert Celsius to Fahrenheit
|
||||||
challengeType: 1
|
challengeType: 1
|
||||||
isRequired: true
|
|
||||||
forumTopicId: 16806
|
forumTopicId: 16806
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a302f7aae1aa3152a5b413bc
|
id: a302f7aae1aa3152a5b413bc
|
||||||
title: Factorialize a Number
|
title: Factorialize a Number
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16013
|
forumTopicId: 16013
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: adf08ec01beb4f99fc7a68f2
|
id: adf08ec01beb4f99fc7a68f2
|
||||||
title: Falsy Bouncer
|
title: Falsy Bouncer
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16014
|
forumTopicId: 16014
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a26cbbe9ad8655a977e1ceb5
|
id: a26cbbe9ad8655a977e1ceb5
|
||||||
title: Find the Longest Word in a String
|
title: Find the Longest Word in a String
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16015
|
forumTopicId: 16015
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a6e40f1041b06c996f7b2406
|
id: a6e40f1041b06c996f7b2406
|
||||||
title: Finders Keepers
|
title: Finders Keepers
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16016
|
forumTopicId: 16016
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: af2170cad53daa0770fabdea
|
id: af2170cad53daa0770fabdea
|
||||||
title: Mutations
|
title: Mutations
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16025
|
forumTopicId: 16025
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: afcc8d540bea9ea2669306b6
|
id: afcc8d540bea9ea2669306b6
|
||||||
title: Repeat a String Repeat a String
|
title: Repeat a String Repeat a String
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16041
|
forumTopicId: 16041
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a789b3483989747d63b0e427
|
id: a789b3483989747d63b0e427
|
||||||
title: Return Largest Numbers in Arrays
|
title: Return Largest Numbers in Arrays
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16042
|
forumTopicId: 16042
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a202eed8fc186c8434cb6d61
|
id: a202eed8fc186c8434cb6d61
|
||||||
title: Reverse a String
|
title: Reverse a String
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16043
|
forumTopicId: 16043
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: 579e2a2c335b9d72dd32e05c
|
id: 579e2a2c335b9d72dd32e05c
|
||||||
title: Slice and Splice
|
title: Slice and Splice
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 301148
|
forumTopicId: 301148
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: ab6137d4e35944e21037b769
|
id: ab6137d4e35944e21037b769
|
||||||
title: Title Case a Sentence
|
title: Title Case a Sentence
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16088
|
forumTopicId: 16088
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: ac6993d51946422351508a41
|
id: ac6993d51946422351508a41
|
||||||
title: Truncate a String
|
title: Truncate a String
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16089
|
forumTopicId: 16089
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a24c1a4622e3c05097f71d67
|
id: a24c1a4622e3c05097f71d67
|
||||||
title: Where do I Belong
|
title: Where do I Belong
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16094
|
forumTopicId: 16094
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a97fd23d9b809dac9921074f
|
id: a97fd23d9b809dac9921074f
|
||||||
title: Arguments Optional
|
title: Arguments Optional
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 14271
|
forumTopicId: 14271
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a8d97bd4c764e91f9d2bda01
|
id: a8d97bd4c764e91f9d2bda01
|
||||||
title: Binary Agents
|
title: Binary Agents
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 14273
|
forumTopicId: 14273
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a6b0bb188d873cb2c8729495
|
id: a6b0bb188d873cb2c8729495
|
||||||
title: Convert HTML Entities
|
title: Convert HTML Entities
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16007
|
forumTopicId: 16007
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a5de63ebea8dbee56860f4f2
|
id: a5de63ebea8dbee56860f4f2
|
||||||
title: Diff Two Arrays
|
title: Diff Two Arrays
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16008
|
forumTopicId: 16008
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: afd15382cdfb22c9efe8b7de
|
id: afd15382cdfb22c9efe8b7de
|
||||||
title: DNA Pairing
|
title: DNA Pairing
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16009
|
forumTopicId: 16009
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a5deed1811a43193f9f1c841
|
id: a5deed1811a43193f9f1c841
|
||||||
title: Drop it
|
title: Drop it
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16010
|
forumTopicId: 16010
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a10d2431ad0c6a099a4b8b52
|
id: a10d2431ad0c6a099a4b8b52
|
||||||
title: Everything Be True
|
title: Everything Be True
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16011
|
forumTopicId: 16011
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: af7588ade1100bde429baf20
|
id: af7588ade1100bde429baf20
|
||||||
title: Missing letters
|
title: Missing letters
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16023
|
forumTopicId: 16023
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: aa7697ea2477d1316795783b
|
id: aa7697ea2477d1316795783b
|
||||||
title: Pig Latin
|
title: Pig Latin
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16039
|
forumTopicId: 16039
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a0b5010f579e69b815e7c5d6
|
id: a0b5010f579e69b815e7c5d6
|
||||||
title: Search and Replace
|
title: Search and Replace
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16045
|
forumTopicId: 16045
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a39963a4c10bc8b4d4f06d7e
|
id: a39963a4c10bc8b4d4f06d7e
|
||||||
title: Seek and Destroy
|
title: Seek and Destroy
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16046
|
forumTopicId: 16046
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: ae9defd7acaf69703ab432ea
|
id: ae9defd7acaf69703ab432ea
|
||||||
title: Smallest Common Multiple
|
title: Smallest Common Multiple
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16075
|
forumTopicId: 16075
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a105e963526e7de52b219be9
|
id: a105e963526e7de52b219be9
|
||||||
title: Sorted Union
|
title: Sorted Union
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16077
|
forumTopicId: 16077
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a103376db3ba46b2d50db289
|
id: a103376db3ba46b2d50db289
|
||||||
title: Spinal Tap Case
|
title: Spinal Tap Case
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16078
|
forumTopicId: 16078
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: ab306dbdcc907c7ddfc30830
|
id: ab306dbdcc907c7ddfc30830
|
||||||
title: Steamroller
|
title: Steamroller
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16079
|
forumTopicId: 16079
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a3566b1109230028080c9345
|
id: a3566b1109230028080c9345
|
||||||
title: Sum All Numbers in a Range
|
title: Sum All Numbers in a Range
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16083
|
forumTopicId: 16083
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a5229172f011153519423690
|
id: a5229172f011153519423690
|
||||||
title: Sum All Odd Fibonacci Numbers
|
title: Sum All Odd Fibonacci Numbers
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16084
|
forumTopicId: 16084
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a3bfc1673c0526e06d3ac698
|
id: a3bfc1673c0526e06d3ac698
|
||||||
title: Sum All Primes
|
title: Sum All Primes
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16085
|
forumTopicId: 16085
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a8e512fbe388ac2f9198f0fa
|
id: a8e512fbe388ac2f9198f0fa
|
||||||
title: Wherefore art thou
|
title: Wherefore art thou
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16092
|
forumTopicId: 16092
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 56533eb9ac21ba0edf2244e2
|
id: 56533eb9ac21ba0edf2244e2
|
||||||
title: Caesars Cipher
|
title: Caesars Cipher
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
isRequired: true
|
|
||||||
forumTopicId: 16003
|
forumTopicId: 16003
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: aa2e6f85cab2ab736c9a9b24
|
id: aa2e6f85cab2ab736c9a9b24
|
||||||
title: Cash Register
|
title: Cash Register
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16012
|
forumTopicId: 16012
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: aaa48de84e1ecc7c742e1124
|
id: aaa48de84e1ecc7c742e1124
|
||||||
title: Palindrome Checker
|
title: Palindrome Checker
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16004
|
forumTopicId: 16004
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: a7f4d8f2483413a6ce226cac
|
id: a7f4d8f2483413a6ce226cac
|
||||||
title: Roman Numeral Converter
|
title: Roman Numeral Converter
|
||||||
isRequired: true
|
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
forumTopicId: 16044
|
forumTopicId: 16044
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: aff0395860f5d3034dc0bfc9
|
id: aff0395860f5d3034dc0bfc9
|
||||||
title: Telephone Number Validator
|
title: Telephone Number Validator
|
||||||
challengeType: 5
|
challengeType: 5
|
||||||
isRequired: true
|
|
||||||
forumTopicId: 16090
|
forumTopicId: 16090
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a 25 + 5 Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301373
|
forumTopicId: 301373
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: 587d7dbc367417b2b2512bae
|
id: 587d7dbc367417b2b2512bae
|
||||||
title: Build a Drum Machine
|
title: Build a Drum Machine
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301370
|
forumTopicId: 301370
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: bd7158d8c442eddfaeb5bd17
|
id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
isRequired: true
|
|
||||||
forumTopicId: 301371
|
forumTopicId: 301371
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7157d8c242eddfaeb5bd13
|
id: bd7157d8c242eddfaeb5bd13
|
||||||
title: Build a Markdown Previewer
|
title: Build a Markdown Previewer
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301372
|
forumTopicId: 301372
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd13
|
id: bd7158d8c442eddfaeb5bd13
|
||||||
title: Build a Random Quote Machine
|
title: Build a Random Quote Machine
|
||||||
isRequired: true
|
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301374
|
forumTopicId: 301374
|
||||||
---
|
---
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036147
|
id: 5a24c314108439a4d4036147
|
||||||
title: Connect Redux to React
|
title: Connect Redux to React
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301426
|
forumTopicId: 301426
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036148
|
id: 5a24c314108439a4d4036148
|
||||||
title: Connect Redux to the Messages App
|
title: Connect Redux to the Messages App
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301427
|
forumTopicId: 301427
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036149
|
id: 5a24c314108439a4d4036149
|
||||||
title: Extract Local State into Redux
|
title: Extract Local State into Redux
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301428
|
forumTopicId: 301428
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036143
|
id: 5a24c314108439a4d4036143
|
||||||
title: Extract State Logic to Redux
|
title: Extract State Logic to Redux
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301429
|
forumTopicId: 301429
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036141
|
id: 5a24c314108439a4d4036141
|
||||||
title: Getting Started with React Redux
|
title: Getting Started with React Redux
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301430
|
forumTopicId: 301430
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036142
|
id: 5a24c314108439a4d4036142
|
||||||
title: Manage State Locally First
|
title: Manage State Locally First
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301431
|
forumTopicId: 301431
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036146
|
id: 5a24c314108439a4d4036146
|
||||||
title: Map Dispatch to Props
|
title: Map Dispatch to Props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301432
|
forumTopicId: 301432
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036145
|
id: 5a24c314108439a4d4036145
|
||||||
title: Map State to Props
|
title: Map State to Props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301433
|
forumTopicId: 301433
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403614a
|
id: 5a24c314108439a4d403614a
|
||||||
title: Moving Forward From Here
|
title: Moving Forward From Here
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301434
|
forumTopicId: 301434
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036144
|
id: 5a24c314108439a4d4036144
|
||||||
title: Use Provider to Connect Redux to React
|
title: Use Provider to Connect Redux to React
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301435
|
forumTopicId: 301435
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403616e
|
id: 5a24c314108439a4d403616e
|
||||||
title: Access Props Using this.props
|
title: Access Props Using this.props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301375
|
forumTopicId: 301375
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24bbe0dba28a8d3cbd4c5e
|
id: 5a24bbe0dba28a8d3cbd4c5e
|
||||||
title: Add Comments in JSX
|
title: Add Comments in JSX
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301376
|
forumTopicId: 301376
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403617e
|
id: 5a24c314108439a4d403617e
|
||||||
title: Add Event Listeners
|
title: Add Event Listeners
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301377
|
forumTopicId: 301377
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036182
|
id: 5a24c314108439a4d4036182
|
||||||
title: Add Inline Styles in React
|
title: Add Inline Styles in React
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301378
|
forumTopicId: 301378
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036174
|
id: 5a24c314108439a4d4036174
|
||||||
title: Bind 'this' to a Class Method
|
title: Bind 'this' to a Class Method
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301379
|
forumTopicId: 301379
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036189
|
id: 5a24c314108439a4d4036189
|
||||||
title: Change Inline CSS Conditionally Based on Component State
|
title: Change Inline CSS Conditionally Based on Component State
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301380
|
forumTopicId: 301380
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036166
|
id: 5a24c314108439a4d4036166
|
||||||
title: Compose React Components
|
title: Compose React Components
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301381
|
forumTopicId: 301381
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24bbe0dba28a8d3cbd4c5d
|
id: 5a24bbe0dba28a8d3cbd4c5d
|
||||||
title: Create a Complex JSX Element
|
title: Create a Complex JSX Element
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301382
|
forumTopicId: 301382
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036164
|
id: 5a24c314108439a4d4036164
|
||||||
title: Create a Component with Composition
|
title: Create a Component with Composition
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301383
|
forumTopicId: 301383
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036179
|
id: 5a24c314108439a4d4036179
|
||||||
title: Create a Controlled Form
|
title: Create a Controlled Form
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301384
|
forumTopicId: 301384
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036178
|
id: 5a24c314108439a4d4036178
|
||||||
title: Create a Controlled Input
|
title: Create a Controlled Input
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301385
|
forumTopicId: 301385
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036163
|
id: 5a24c314108439a4d4036163
|
||||||
title: Create a React Component
|
title: Create a React Component
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301386
|
forumTopicId: 301386
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 587d7dbc367417b2b2512bb1
|
id: 587d7dbc367417b2b2512bb1
|
||||||
title: Create a Simple JSX Element
|
title: Create a Simple JSX Element
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301390
|
forumTopicId: 301390
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036170
|
id: 5a24c314108439a4d4036170
|
||||||
title: Create a Stateful Component
|
title: Create a Stateful Component
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301391
|
forumTopicId: 301391
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036162
|
id: 5a24c314108439a4d4036162
|
||||||
title: Create a Stateless Functional Component
|
title: Create a Stateless Functional Component
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301392
|
forumTopicId: 301392
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036160
|
id: 5a24c314108439a4d4036160
|
||||||
title: Define an HTML Class in JSX
|
title: Define an HTML Class in JSX
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301393
|
forumTopicId: 301393
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403618b
|
id: 5a24c314108439a4d403618b
|
||||||
title: Give Sibling Elements a Unique Key Attribute
|
title: Give Sibling Elements a Unique Key Attribute
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301394
|
forumTopicId: 301394
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036181
|
id: 5a24c314108439a4d4036181
|
||||||
title: Introducing Inline Styles
|
title: Introducing Inline Styles
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301395
|
forumTopicId: 301395
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036161
|
id: 5a24c314108439a4d4036161
|
||||||
title: Learn About Self-Closing JSX Tags
|
title: Learn About Self-Closing JSX Tags
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301396
|
forumTopicId: 301396
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036180
|
id: 5a24c314108439a4d4036180
|
||||||
title: Optimize Re-Renders with shouldComponentUpdate
|
title: Optimize Re-Renders with shouldComponentUpdate
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301398
|
forumTopicId: 301398
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403616c
|
id: 5a24c314108439a4d403616c
|
||||||
title: Override Default Props
|
title: Override Default Props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301399
|
forumTopicId: 301399
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403617b
|
id: 5a24c314108439a4d403617b
|
||||||
title: Pass a Callback as Props
|
title: Pass a Callback as Props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301400
|
forumTopicId: 301400
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403616a
|
id: 5a24c314108439a4d403616a
|
||||||
title: Pass an Array as Props
|
title: Pass an Array as Props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301401
|
forumTopicId: 301401
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036169
|
id: 5a24c314108439a4d4036169
|
||||||
title: Pass Props to a Stateless Functional Component
|
title: Pass Props to a Stateless Functional Component
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301402
|
forumTopicId: 301402
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403617a
|
id: 5a24c314108439a4d403617a
|
||||||
title: Pass State as Props to Child Components
|
title: Pass State as Props to Child Components
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301403
|
forumTopicId: 301403
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036167
|
id: 5a24c314108439a4d4036167
|
||||||
title: Render a Class Component to the DOM
|
title: Render a Class Component to the DOM
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301404
|
forumTopicId: 301404
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036188
|
id: 5a24c314108439a4d4036188
|
||||||
title: Render Conditionally from Props
|
title: Render Conditionally from Props
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301405
|
forumTopicId: 301405
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24bbe0dba28a8d3cbd4c5f
|
id: 5a24bbe0dba28a8d3cbd4c5f
|
||||||
title: Render HTML Elements to the DOM
|
title: Render HTML Elements to the DOM
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301406
|
forumTopicId: 301406
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403618d
|
id: 5a24c314108439a4d403618d
|
||||||
title: Render React on the Server with renderToString
|
title: Render React on the Server with renderToString
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301407
|
forumTopicId: 301407
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036172
|
id: 5a24c314108439a4d4036172
|
||||||
title: Render State in the User Interface Another Way
|
title: Render State in the User Interface Another Way
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301408
|
forumTopicId: 301408
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036171
|
id: 5a24c314108439a4d4036171
|
||||||
title: Render State in the User Interface
|
title: Render State in the User Interface
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301409
|
forumTopicId: 301409
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036184
|
id: 5a24c314108439a4d4036184
|
||||||
title: Render with an If-Else Condition
|
title: Render with an If-Else Condition
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301410
|
forumTopicId: 301410
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d403616f
|
id: 5a24c314108439a4d403616f
|
||||||
title: Review Using Props with Stateless Functional Components
|
title: Review Using Props with Stateless Functional Components
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301411
|
forumTopicId: 301411
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036173
|
id: 5a24c314108439a4d4036173
|
||||||
title: Set State with this.setState
|
title: Set State with this.setState
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301412
|
forumTopicId: 301412
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036185
|
id: 5a24c314108439a4d4036185
|
||||||
title: Use && for a More Concise Conditional
|
title: Use && for a More Concise Conditional
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301413
|
forumTopicId: 301413
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036187
|
id: 5a24c314108439a4d4036187
|
||||||
title: Use a Ternary Expression for Conditional Rendering
|
title: Use a Ternary Expression for Conditional Rendering
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301414
|
forumTopicId: 301414
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
id: 5a24c314108439a4d4036183
|
id: 5a24c314108439a4d4036183
|
||||||
title: Use Advanced JavaScript in React Render Method
|
title: Use Advanced JavaScript in React Render Method
|
||||||
challengeType: 6
|
challengeType: 6
|
||||||
isRequired: false
|
|
||||||
forumTopicId: 301415
|
forumTopicId: 301415
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user