This is an early learning repository from when I was building my JavaScript fundamentals.
It is not intended to represent a polished production project. It is here as a record of my early technical foundation: variables, data types, operators, conditionals, template literals, console output, and small practice exercises.
- Basic JavaScript syntax practice
- Early problem-solving exercises
- Comfort using GitHub to save and track code
- A starting point in my transition from visual/operations work into technical systems and automation
- Variables with
let,const, andvar - Strings and template literals
- Numbers and basic math operators
- Boolean comparisons
- If/else conditionals
- Console logging and debugging practice
- Introductory coding challenges
This repository is part of my learning path, not my strongest portfolio project. My current GitHub focus is moving toward practical automation, AI-assisted workflows, local-first systems, and operations tools.
For current direction, see my profile README and future project repos.