Skip to content

Wespy07/JavaScript_Challenges

Repository files navigation

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

About

Some JS challenges, components and side projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published