day 5 fixed

pull/759/head
sapiensFactor 2 years ago
parent 94c8b1dc23
commit a057cdc388

@ -739,11 +739,11 @@ const webTechs = [
- modify Tea to 'Green Tea' - modify Tea to 'Green Tea'
1. In countries array check if 'Ethiopia' exists in the array if it exists print 'ETHIOPIA'. If it does not exist add to the countries list. 1. In countries array check if 'Ethiopia' exists in the array if it exists print 'ETHIOPIA'. If it does not exist add to the countries list.
1. In the webTechs array check if 'Sass' exists in the array and if it exists print 'Sass is a CSS preprocess'. If it does not exist add 'Sass' to the array and print the array. 1. In the webTechs array check if 'Sass' exists in the array and if it exists print 'Sass is a CSS preprocess'. If it does not exist add 'Sass' to the array and print the array.
2. Concatenate the following two variables and store it in a fullStack variable. 2. Concatenate the following two arrays and store it in a fullStack variable.
```js ```js
const frontEnd = ['HTML', 'CSS', 'JS', 'React', 'Redux'] const frontEnd = ['HTML', 'CSS', 'JS', 'React', 'Redux']
const backEnd = ['Node','Express', 'MongoDB'] const backEnd = ['Node', 'Express', 'MongoDB']
console.log(fullStack) console.log(fullStack)
``` ```

Loading…
Cancel
Save