freeCodeCamp/curriculum/challenges/arabic/06-information-security-and.../information-security-and-qu.../stock-price-checker.arabic.md

52 lines
607 B
Markdown
Raw Normal View History

---
id: 587d824a367417b2b2512c44
title: Stock Price Checker
challengeType: 4
isRequired: true
videoUrl: ''
localeTitle: ''
---
## Description
undefined
## Instructions
undefined
## Tests
<section id='tests'>
```yml
tests:
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
- text: ''
testString: ''
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>