chore(curriculum): Remove files in wrong format

This commit is contained in:
Bouncey
2018-10-04 14:37:37 +01:00
committed by Stuart Taylor
parent 61222b1fb6
commit 8f39bc1288
2947 changed files with 118541 additions and 212907 deletions

View File

@@ -0,0 +1,49 @@
---
id: 561abd10cb81ac38a17513bc
title: JavaScript Algorithms and Data Structures Certificate
challengeType: 7
isPrivate: true
---
## Description
<section id='description'>
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
tests:
- id: aaa48de84e1ecc7c742e1124
title: Palindrome Checker
- id: a7f4d8f2483413a6ce226cac
title: Roman Numeral Converter
- id: 56533eb9ac21ba0edf2244e2
title: Caesars Cipher
- id: aff0395860f5d3034dc0bfc9
title: Telephone Number Validator
- id: aa2e6f85cab2ab736c9a9b24
title: Cash Register
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>

View File

@@ -0,0 +1,18 @@
{
"name": "JavaScript Algorithms and Data Structures Certificate",
"dashedName": "javascript-algorithms-and-data-structures-certificate",
"order": 2,
"time": "",
"template": "",
"required": [],
"superBlock": "certificates",
"superOrder": 9,
"challengeOrder": [
[
"561abd10cb81ac38a17513bc",
"JavaScript Algorithms and Data Structures Certificate"
]
],
"isPrivate": true,
"fileName": "09-certificates/javascript-algorithms-and-data-structures-certificate.json"
}