add releasedOn dates to all new challenges (#13417)
This commit is contained in:
committed by
mrugesh mohapatra
parent
b326a679e5
commit
2709eb6b3a
@ -1087,7 +1087,6 @@
|
||||
"assert(!/\\\\/g.test(code) && myStr === '<a href=\"http://www.example.com\" target=\"_blank\">Link</a>', 'message: Remove all the <code>backslashes</code> (<code>\\</code>)');",
|
||||
"assert(code.match(/\"/g).length === 6 && code.match(/'/g).length === 4, 'message: You should have two single quotes <code>'</code> and four double quotes <code>"</code>');"
|
||||
],
|
||||
|
||||
"type": "waypoint",
|
||||
"challengeType": 1,
|
||||
"translations": {
|
||||
@ -5568,7 +5567,8 @@
|
||||
],
|
||||
"type": "waypoint",
|
||||
"challengeType": 1,
|
||||
"translations": {}
|
||||
"translations": {},
|
||||
"releasedOn": "February 17, 2017"
|
||||
},
|
||||
{
|
||||
"id": "587d7b7e367417b2b2512b22",
|
||||
@ -5601,6 +5601,7 @@
|
||||
],
|
||||
"type": "waypoint",
|
||||
"challengeType": 1,
|
||||
"releasedOn": "February 17, 2017",
|
||||
"translations": {}
|
||||
},
|
||||
{
|
||||
@ -5634,6 +5635,7 @@
|
||||
],
|
||||
"type": "waypoint",
|
||||
"challengeType": 1,
|
||||
"releasedOn": "February 17, 2017",
|
||||
"translations": {}
|
||||
},
|
||||
{
|
||||
@ -5665,7 +5667,8 @@
|
||||
],
|
||||
"type": "waypoint",
|
||||
"challengeType": 1,
|
||||
"releasedOn": "February 17, 2017",
|
||||
"translations": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user