Welcome to the official repository for WEB 115 – Introduction to JavaScript! 🎉
This is your space to explore, experiment, and grow your coding skills one line at a time.
WEB 115 introduces the fundamentals of JavaScript, the programming language of the web. Whether you’re brand new to code or just brushing up, this course will help you:
- Understand how JavaScript brings web pages to life
- Learn basic programming concepts like variables, functions, and loops
- Manipulate the DOM to change web content and respond to user interactions
- Practice problem-solving through hands-on exercises and mini-projects
Here you'll find:
starter-code/
– Base files to help you begin each assignmentexamples/
– In-class examples and demonstrationssolutions/
– Sample completed code with comments and explanationschallenges/
– Bonus problems for extra practice 💪README.md
– Yep, that’s this file 🙂
-
Clone or download the repo: git clone https://github.com/jalee9/web115
-
Open the folders in your favorite code editor (like VS Code).
-
Try the examples, edit the code, break things, fix things... that's how you learn!
-
Check the
solutions/
folder after you’ve given it your best shot.
- Practice a little every day—it adds up!
- Don’t be afraid to make mistakes. That’s how coders learn.
- Use browser DevTools (right-click > Inspect) to test and debug your code.
- Ask questions! We’re all learning together.
Post questions in Blackboard, reach out during office hours, or book a time using the link in the Faculty Info section. You can also use our Teams group in Blackboard to connect with classmates.
JavaScript is a powerful tool—this course will help you start thinking like a programmer. Ready to build cool stuff? Let's do it. 💻🔥
“Any application that can be written in JavaScript, will eventually be written in JavaScript.” – Jeff Atwood
Happy coding!
Instructor Lee | Wake Technical Community College