Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 771 Bytes

File metadata and controls

27 lines (24 loc) · 771 Bytes

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