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