2018-10-08 13:34:43 -04:00
|
|
|
---
|
|
|
|
id: 561abd10cb81ac38a17513bc
|
|
|
|
title: JavaScript Algorithms and Data Structures Certificate
|
|
|
|
challengeType: 7
|
|
|
|
isPrivate: true
|
2018-10-10 16:20:40 -04:00
|
|
|
videoUrl: ''
|
|
|
|
localeTitle: Certificado de algoritmos JavaScript y estructuras de datos
|
2018-10-08 13:34:43 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
2018-10-10 16:20:40 -04:00
|
|
|
<section id="description">
|
2018-10-08 13:34:43 -04:00
|
|
|
</section>
|
|
|
|
|
|
|
|
## Instructions
|
2018-10-10 16:20:40 -04:00
|
|
|
<section id="instructions">
|
2018-10-08 13:34:43 -04:00
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
tests:
|
2018-10-10 16:20:40 -04:00
|
|
|
- text: ''
|
|
|
|
testString: !<tag:yaml.org,2002:js/undefined> ''
|
|
|
|
- text: ''
|
|
|
|
testString: !<tag:yaml.org,2002:js/undefined> ''
|
|
|
|
- text: ''
|
|
|
|
testString: !<tag:yaml.org,2002:js/undefined> ''
|
|
|
|
- text: ''
|
|
|
|
testString: !<tag:yaml.org,2002:js/undefined> ''
|
|
|
|
- text: ''
|
|
|
|
testString: !<tag:yaml.org,2002:js/undefined> ''
|
2018-10-08 13:34:43 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Challenge Seed
|
|
|
|
<section id='challengeSeed'>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Solution
|
|
|
|
<section id='solution'>
|
|
|
|
|
|
|
|
```js
|
|
|
|
// solution required
|
|
|
|
```
|
|
|
|
</section>
|