#javascript
6 notes tagged javascript.
Coding with AI: Prompts & Reading JavaScript
Learn how to write effective AI prompts and read JavaScript code confidently. This lesson teaches students how to direct AI instead of blindly copying its output.
- #ai
- #javascript
- #prompt engineering
- #beginners
JavaScript for Beginners
Introduction to the fundamentals of JavaScript, from variables and functions to loops, DOM manipulation, and events. This lesson prepares students for the Mini Product Store activity.
- #javascript
- #beginners
- #programming
- #web development
Dynamic Portfolio Website
Build a personal portfolio website using JavaScript arrays, loops, and DOM manipulation instead of hardcoded HTML.
- #teaching
- #activity
- #javascript
- #portfolio
Mini Product Store
A JavaScript activity where students build a simple product store using arrays, loops, functions, DOM manipulation, and event listeners.
- #teaching
- #activity
- #javascript
- #dom
Read & Predict
Practice reading JavaScript code, predicting its output, and verifying your understanding before running the program.
- #teaching
- #activity
- #javascript
- #functions
Debounce and Throttle
Two tiny functions to control how often a handler runs — with the difference explained.
- #javascript
- #performance
- #snippets
- #events