/workshops

Files for workshops

Primary LanguageHTML

Javascript Practice

First Steps

JS References

Node CLI

Reference: https://nodejs.org/api/cli.html

mkdir code
cd code
git clone https://github.com/GA-Apprentice-Workshop/workshops.git

Common elements of webpages:

Common operations:

document.querySelectorAll()
document.getElementById()

element.innerHTML
element.className
element.style.display

References:

Projects

Task #1: Update the title on the wepage.

  1. Go to workshop folder
  2. Open Sublime
  3. Create 1 file: practice.html