elenadobrescu21 / javascript-lab

Teach Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javascript-lab

Make something like my Python lab.

Overview

  • 3 hours
  • exercises directly in the browser

To Do

  • table of contents
  • slides
  • exercises

ToC

  • what is the internet, http, web, browser
  • hands-on in the browser with some commands
    • simple calculations
    • objects / JSON
    • if, for
    • functions
  • show some HTML elements (html, head, body, p, ul, li, a) and CSS properties (color, display)
  • DOM manipulation (getElement, append, children, parent)
  • handlers (onClick, onHover, onLoad)
  • jQuery AJAX request with some easy to use JSON API

The second part I think should involve building the almighty simple todo app example.

Capitole din Codeacademy

Eu separat

  • HTML, CSS
  • DOM
  • handlers
  • AJAX
  • cele 2 probleme de la facultate
  • jQuery

Idei de aplicatii

  • jocul meu pentru copii
  • spanzuratoarea

Fun

Resources

About

Teach Javascript

License:MIT License


Languages

Language:HTML 100.0%