Tuhura-Tech / wiki

Free and public resources for NZ schools
https://wiki.tuhuratech.org.nz
GNU Affero General Public License v3.0
4 stars 7 forks source link

Javascript Resource Extension #140

Open westshae opened 4 months ago

westshae commented 4 months ago

Extend the existing Javascript resource to go much more bare bones, made to focus on web development extending existing HTML/CSS resources

Potential Inclusions

  1. Common use cases for javascript, including reference to both js files and HTML script tags
  2. Very bare bones example of a javascript file
  3. Go over the basic programming fundamental syntaxs for javascript, such as variables, loops, functions, etc.
  4. Create multiple small projects for the students to complete based on previous teachings, such as using Javascript within the browser to add, or when you click a button it adds a new item to a list.
Darkflame72 commented 3 months ago

This would all be javascript based in the browser (nothing node related).