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.
- Host: GitHub
- URL: https://github.com/wespy07/javascript_challenges
- Owner: Wespy07
- Created: 2024-06-20T05:55:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T09:25:07.000Z (over 1 year ago)
- Last Synced: 2025-02-23T15:14:38.170Z (10 months ago)
- Topics: challenges, javascript, js, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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