An open API service indexing awesome lists of open source software.

https://github.com/wespy07/javascript_challenges

Some JS challenges, components and side projects.
https://github.com/wespy07/javascript_challenges

challenges javascript js webdevelopment

Last synced: about 1 month ago
JSON representation

Some JS challenges, components and side projects.

Awesome Lists containing this project

README

          

# JS_Challenges

Some javascript side projects and challenges along with web-components to put my JS skills into practice.

### 1.) Faulty Calculator
Create a faulty calculator that will perform correct operations 80% of the time but for the remaining 20% it will perform the following operations

+ = *
- = /
* = -
/ = +
#
### 2.) Random Name Generator
Create a business name generator by combining one word from each of the list:
- List 1: Crazy, Amazing, Genuine, Perfect
- List 2: Engine, Foods, Garments, Automobiles
- List 3: Company, Public Limited, Private Limited, LLC
#
### 3.) Factorial Calculator
#
### 4.) Operations on a Numbered Array
#
### 5.) Dynamically Color the Boxes
#
### 6.) Color the Background
#
### 7.) Modal - Web Component