About the Project
The Arizona Constructivist Project teaches young people how to use computers as tools for creativity and self-expression.
Project Gallery
UI Design
Coding Interface
Workshop
Student Collaboration
Example Code
function greet(name) {
console.log(`Hello, ${name}! Welcome to Arizona Constructivist.`);
}