Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freddykaberuka/techup-assignment
Entry Assessment from techup skills training center
https://github.com/freddykaberuka/techup-assignment
Last synced: 26 days ago
JSON representation
Entry Assessment from techup skills training center
- Host: GitHub
- URL: https://github.com/freddykaberuka/techup-assignment
- Owner: freddykaberuka
- Created: 2022-05-01T11:26:16.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-02T10:50:39.000Z (over 2 years ago)
- Last Synced: 2023-03-06T02:08:26.410Z (almost 2 years ago)
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# techup-Assignment
![TechUp Skill Assignment (1)](https://user-images.githubusercontent.com/26603127/166222934-0fa1b924-4d7b-44d7-9286-76a40f70de58.png)Q2. As array of product to be bought given names of product and price in dollars below try answer all questions
const item = [ {name: 'Bike', price:100}, {name: 'TV', price:200}, {name: 'Album', price:10}, {name: 'Book', price:5}, {name: 'Phone', price:500}, {name: 'Computer', price:1000}, ],
1 . Filter and show the product that will be bought when you don't have much money I mean Cheap one
2 . Filter and show the product that will be expensive in the array
3 . Calculate the full price of all product combined
4 . Calculate the full price of all product combined and remove product that are under the 10 dollar