This is a hero classification system developed to consolidate the fundamentals of programming logic. The algorithm processes a character's name, class, and experience (XP) to determine their hierarchical level, ranging from Iron to the legendary Radiant level.
- JavaScript (ES6+): Used for all the system's conditional logic.
- Node.js: Runtime environment to run the script via terminal.
As a perfectionist developer, I focused on applying:
- Arrays: For structured storage of the heroine's data.
- Decision Structures (If/Else If): To ensure each XP range is validated with precision.
- String Concatenation: For a clean and user-friendly data output in the console.
- Make sure you have Node.js installed.
- Clone this repository:
git clone [https://github.com/xtheredviper/hero-level-classifier.git](https://github.com/xtheredviper/hero-level-classifier.git)