Skip to content

Commit

Permalink
Removed new incomplete JS Challenges and moved to OOPF branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Aug 8, 2015
1 parent 0f81e84 commit f22672e
Showing 1 changed file with 0 additions and 196 deletions.
196 changes: 0 additions & 196 deletions seed/challenges/object-oriented-and-functional-programming.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,202 +114,6 @@
"descriptionEs": [],
"namePt": "",
"descriptionPt": []
},
{
"id":"cf1111c1c14feddfaeb4bdef",
"name":"Creating Classes",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c13feddfaeb4bdef",
"name":"Static Properties",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c13feddfaeb5bdef",
"name":"Dynamic Properties",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c13feddfaeb6bdef",
"name":"Instantiation",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c13feddfaeb7bdef",
"name":"Closures",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c13feddfaeb8bdef",
"name":"Public Properties",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c13feddfaeb9bdef",
"name":"Inheritance",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb1bdef",
"name":"Prototypical Inheritance",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb2bdef",
"name":"Constructors",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb3bdef",
"name":"Factories",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb5bdef",
"name":"Pure Functions",
"Note":"May need a waypoint before each topic to announce what it is :p",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb6bdef",
"name":"Currying Functions",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb7bdef",
"name":"Composition",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb8bdef",
"name":"Functors",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
},
{
"id":"cf1111c1c14feddfaeb9bdef",
"name":"Currying Functions",
"dashedName":"#",
"difficulty":0,
"tests":[
"assert(1==2, '');"
],
"challengeSeed":[
"Under Construction"
],
"challengeType":0
}
]
}

0 comments on commit f22672e

Please sign in to comment.