Hanford High School

Master the Art of
Programming

Join a community of ambitious developers. From fundamentals to full-stack web apps, we build the future one line at a time.

const info = {
name: "Hanford Coding Club",
roomNumber: 2507,
time: "2:30pm - 3:00pm",
day: "Tuesday"
};

if (you.wantToLearn()) {
club.join(you);
}