Skip to content

taco0cat/fcc-js-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🟨 FCC JS Algorithms

JavaScript FreeCodeCamp GitHub last commit

Welcome to my JavaScript Data Structures & Algorithms repository. This collection contains my solutions and practice scripts from the FreeCodeCamp JavaScript curriculum.

📋 Table of Contents


📂 Project List

ID Project Name Description Concepts Used
01 Pyramid Generator Constructs a character-based pyramid pattern. Loops, Strings, Logic
02 Gradebook App Calculates class averages and student grades. Arrays, Functions, Lookup
Misc test.html Standard HTML boilerplate. Used for browser console testing.

🚀 How to Run

You can run these programs using Node.js (as a CLI) or by attaching them to the HTML file to view in a browser console.

Option 1: Run in Terminal (CLI)

  1. Clone the repository:
    git clone [https://github.com/taco0cat/DSA_JS.git](https://github.com/taco0cat/DSA_JS.git)
  2. Navigate to the folder:
    cd DSA_JS
  3. Run with Node:
    node "01 - Pyramid_Generator.js"

Option 2: Run in Browser

  1. Open test.html in your text editor.
  2. Link the script you want to test in the <body>:
    <script src="01 - Pyramid_Generator.js"></script>
  3. Open the file in Chrome/Edge and press F12 to view the Console output.

🛠️ Tech Stack


Created by taco0cat

About

Solutions for the FreeCodeCamp JavaScript Algorithms & Data Structures certification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors